difference between load and xlsread

6 次查看(过去 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!

采纳的回答

CS Researcher
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 个评论
San E
San E 2016-5-4
thanks! and how do I make mat files? sorry for such basic questions
CS Researcher
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
Azzi Abdelmalek 2016-5-4

类别

Help CenterFile Exchange 中查找有关 Data Import from MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by