help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: having trouble installing on new pc


From: vinukn
Subject: Re: having trouble installing on new pc
Date: Fri, 12 Apr 2013 19:25:40 -0700 (PDT)

Csv2cell fuction required io package. Before using your script you need to
load io package pkg load io
Did you tried to run your script after opening octave, i mean; open octave,
type:
cd c:\masseynew4\
pkg load io;
c=cell(13,3,0,40);
path="c:\masseynew2\james2";
maddux(path,c)
Does it worked?



--
View this message in context: 
http://octave.1599824.n4.nabble.com/having-trouble-installing-on-new-pc-tp4651756p4651789.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]