Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Loading MAT file problem
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
My code is in 2 parts. I've run the code for the first part and got value of all variables either in single value or matrices. Then saved them as a single mat file named "1st_part_result".
in the beginning of the 2nd part of the code, input "Load '1st_part_result.mat';" , but it shows the following error:
Undefined function 'Load' for input arguments of type 'char'.
Error in main_program (line 7)
Load ('1st_part_result.mat')
0 Kommentare
Antworten (1)
JESUS DAVID ARIZA ROYETH
am 6 Feb. 2020
Bearbeitet: JESUS DAVID ARIZA ROYETH
am 14 Feb. 2020
write the whole word in lowercase :
load('1st_part_result.mat')
1 Kommentar
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!