Putting the results of some variables in one sheet
1 次查看(过去 30 天)
显示 更早的评论
Hi all,
I've written a program with some outputs like 'a', 'b', 'c' which are seprated in different sheets of MATLAB.
To see the results in 'a', 'b', 'c',I have to click and open three times which is time-consuming.
How can I write some comands to put the results of 'a', 'b', 'c' beside each other.
I mean 'a', 'b', 'c' are presented in one table whit the heading of 'a', 'b', 'c' .
How can I write this program?
Thanks in advance.
6 个评论
Walter Roberson
2012-12-8
Do you mean uitable() in three different figures at present? Or do you mean you are outputting three different Excel files? Or do you mean you are outputting to three different "sheets" within one Excel file?
采纳的回答
Walter Roberson
2012-12-8
If the outputs are the same size, then put them together in a cell array and xlswrite() the cell array. You might find num2cell() useful along the way.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!