Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Loading MAT file problem

1 visualización (últimos 30 días)
Adel Gohari
Adel Gohari el 6 de Feb. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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')

Respuestas (1)

JESUS DAVID ARIZA ROYETH
JESUS DAVID ARIZA ROYETH el 6 de Feb. de 2020
Editada: JESUS DAVID ARIZA ROYETH el 14 de Feb. de 2020
write the whole word in lowercase :
load('1st_part_result.mat')
  1 comentario
Adel Gohari
Adel Gohari el 6 de Feb. de 2020
many thanks. it is working well now.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by