difference between load and xlsread
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi! could someone explain me the difference between load and xlsread? also, how can I create a document that could be used with the command "load" in the future. Thanks!
댓글 수: 0
채택된 답변
CS Researcher
2016년 5월 4일
Short Answer:
'load' is to load a .mat file to the workspace whereas 'xlsread' is to read Excel Spreadsheets.
댓글 수: 2
CS Researcher
2016년 5월 5일
When you save the workspace in MATLAB, it is saved as a .mat file. Once you load that .mat file back, it loads all the variables back to the workspace. You can also save selected variables from the workspace to a .mat file. You can find more here: Save Workspace
추가 답변 (1개)
Azzi Abdelmalek
2016년 5월 4일
You will find all what you want in the documentation: http://www.mathworks.com/help/matlab/ref/load.html http://www.mathworks.com/help/matlab/ref/xlsread.html
댓글 수: 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!