help-octave
[Top][All Lists]
Advanced

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

Re: Help for Export to Excel in octave


From: Nicholas Jankowski
Subject: Re: Help for Export to Excel in octave
Date: Sat, 4 Apr 2020 15:31:41 -0400

On Sat, Apr 4, 2020 at 2:30 PM Hamed Khatibi <address@hidden> wrote:
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');


I believe the xlswrite function should be able to accomplish what you want:
https://octave.sourceforge.io/io/function/xlswrite.html 

reply via email to

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