help-octave
[Top][All Lists]
Advanced

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

Re: nonconformant arguments


From: Brett Green
Subject: Re: nonconformant arguments
Date: Sat, 4 Apr 2020 15:24:01 -0400


On Sat, Apr 4, 2020 at 3:18 PM Hamed Khatibi <address@hidden> wrote:
Awesome, thanks!
Can you please help me with these lines too:
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');

writecell and writematrix don't work in octave and only work in matlab. I want replaces for them in octave.
Thanks again.

You're welcome. Unfortunately, I've never used the Excel functions, so I will leave that for someone else to answer. In the meantime, here is the documentation on xls functions implemented in Octave in the io package - I hope that helps.

reply via email to

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