help-octave
[Top][All Lists]
Advanced

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

Re: CSV Files


From: oka.kurniawan
Subject: Re: CSV Files
Date: Tue, 07 Aug 2012 17:03:43 +0800
User-agent: Zoho Mail


 > Ok, i've found the directory by using "ls" 
 >  
 > Can you give me an example on how to convert the file? The file name is 
 > elettra.mat 
 >  

Try this:
>>load elettra.mat
>>who

find the variable you want to save

>>csvwrite('myfile.csv',yourvarname);


 



reply via email to

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