difference between load and xlsread

8 vues (au cours des 30 derniers jours)
San E
San E le 4 Mai 2016
Commenté : CS Researcher le 5 Mai 2016
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!

Réponse acceptée

CS Researcher
CS Researcher le 4 Mai 2016
Short Answer:
'load' is to load a .mat file to the workspace whereas 'xlsread' is to read Excel Spreadsheets.
  2 commentaires
San E
San E le 4 Mai 2016
thanks! and how do I make mat files? sorry for such basic questions
CS Researcher
CS Researcher le 5 Mai 2016
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

Connectez-vous pour commenter.

Plus de réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 4 Mai 2016

Catégories

En savoir plus sur Workspace Variables and MAT Files dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by