필터 지우기
필터 지우기

To save whole workspace in a file(possibly excel)

조회 수: 3 (최근 30일)
Pranav
Pranav 2012년 1월 24일
Hi how do i save the whole workspace of matlab in a file preferably in excel file. Please help. Thanks in advance.

채택된 답변

Andreas Goser
Andreas Goser 2012년 1월 24일
I have nothing elaborated yet, but I am thinking of using whos and then looping through all variables and use XLSWRITE. You certainly need to look for situation with different sizes and data types...

추가 답변 (1개)

Walter Roberson
Walter Roberson 2012년 1월 24일
There are a number of different MATLAB objects that cannot be saved in Excel files, such as graphics objects.
Excel files also have limits on the number of rows and columns a variable has, but MATLAB variables often exceed those limits.

카테고리

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