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