필터 지우기
필터 지우기

how to transfer all the data in workspace to excel at one go

조회 수: 3 (최근 30일)
Sushma n
Sushma n 2018년 7월 11일
댓글: Sushma n 2018년 7월 12일
i want to transfer all the data at one go to excel
  댓글 수: 6
Walter Roberson
Walter Roberson 2018년 7월 12일
Do you want the variables to each be columns of one overall sheet, with the column names according to the variable names? If so then we need to know for sure that the variables are all vectors.
Do you want the variables to each be written to individual sheets?
Saving all of the variables will require dynamically referencing variables by name, which is not recommended. We recommend that you not create numbered variables like that. See http://www.mathworks.com/matlabcentral/answers/304528-tutorial-why-variables-should-not-be-named-dynamically-eval
Sushma n
Sushma n 2018년 7월 12일
Ill try it,thankyou

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

답변 (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