Sending Multiple Data to Excel from MATLAB?
Hi everybody,
I was wondering if it is possible to send multiple data from MATLAB to Excel in the same file?
At the moment I am using:
filename = ‘test.xlsx’
xlswrite(filename,MomentsX,1,’C1:F5′)
This only transfers the matrix ‘MomentsX’ into Excel. What If I want to send multiple data to the same spreadsheet in Excel?
Is this possible?
Many thanks in advance,
ScottHi everybody,
I was wondering if it is possible to send multiple data from MATLAB to Excel in the same file?
At the moment I am using:
filename = ‘test.xlsx’
xlswrite(filename,MomentsX,1,’C1:F5′)
This only transfers the matrix ‘MomentsX’ into Excel. What If I want to send multiple data to the same spreadsheet in Excel?
Is this possible?
Many thanks in advance,
Scott Hi everybody,
I was wondering if it is possible to send multiple data from MATLAB to Excel in the same file?
At the moment I am using:
filename = ‘test.xlsx’
xlswrite(filename,MomentsX,1,’C1:F5′)
This only transfers the matrix ‘MomentsX’ into Excel. What If I want to send multiple data to the same spreadsheet in Excel?
Is this possible?
Many thanks in advance,
Scott matlab to excel, data MATLAB Answers — New Questions