Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Saving output into different xls workbooks

조회 수: 1 (최근 30일)
Akil Mesiwala
Akil Mesiwala 2014년 5월 3일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi, I am running linprog that contains 3 variables changing according to 'for' loops. Let's call the 3 variables 'aa','bb','cc'. I am getting my outputs in the form of matrix 'OUTPUT(aa,bb)', which is what I want. Now, I want to save the output for each value of 'cc' into an excel workbook, with each sheet called "optimization.cc" which will contain the (aa,bb) matrix for that particular value of 'cc'.
Also, I want to make graphs from the outputs. Should I save it as a .csv or .xls? I want to minimize the processing time.
Thank you!

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by