Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: PDL newbie question

by duff (Parson)
on Sep 17, 2004 at 20:25 UTC ( [id://391888]=note: print w/replies, xml ) Need Help??


in reply to PDL newbie question

#!/usr/bin/perl use PDL; my $s = sequence 10; my @s = list $s; # or @s = $s->list; print "@s"; __END__

A very useful thing to do (well, I think so anyway) is to type "perldl" at your command prompt and from the PDL shell, query the PDL docs with ? and ??

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://391888]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (9)
As of 2024-04-23 18:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found