Putting the results of some variables in one sheet

조회 수: 2 (최근 30일)
som
som 2012년 12월 8일
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
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?
som
som 2012년 12월 8일
I mean " Or do you mean you are outputting to three different "sheets" within one Excel file?"

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
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개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by