Wednesday, 15 August 2012

maple - using stats[importdata]( ) to import file -



maple - using stats[importdata]( ) to import file -

i want import file using statsimportdata , histogram when do:

with(stats); newdata:=importdata("data1.dat"): histogram(newdata)

it gives me :error, (in stats/statplots/functions/histogram) bad argument histogram 95.0 think problem saves info sequence not list, required utilize import data. thought do?

you can turn look sequence list wrapping in square brackets.

for example,

newdata := [ importdata("data1.dat") ]:

judging solely error message you've cited, if problem passing sequence rather list.

by way, command statistics:-histogram can handle big amounts of info much faster can command stats[statplots,histogram]. former has been available several years (several major releases of maple), , more powerful.

maple

No comments:

Post a Comment