help-octave
[Top][All Lists]
Advanced

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

Help for Export to Excel in octave


From: Hamed Khatibi
Subject: Help for Export to Excel in octave
Date: Sat, 4 Apr 2020 23:00:24 +0430

Hi
Please help me to convert these lines so the octave can debug them:

writecell({'R'},'Output.xlsx','sheet',1,'Range','A1');
writematrix(R,'Output.xlsx','sheet',1,'Range','A2');

writecell({'C'},'Output.xlsx','sheet',2,'Range','A1');
writematrix(C,'Output.xlsx','sheet',2,'Range','A2');

writecell({'LQ'},'Output.xlsx','sheet',3,'Range','A1');
writematrix(LQ,'Output.xlsx','sheet',3,'Range','A2');

writecell({'Region/Section per region'},'Output.xlsx','sheet',4,'Range','A1');
writematrix(o_vector,'Output.xlsx','sheet',4,'Range','A2');

I think writecell and writematrix is not defined in octave and work only in matlab.
Thanks

reply via email to

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