Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Loading MAT file problem

1 vue (au cours des 30 derniers jours)
Adel Gohari
Adel Gohari le 6 Fév 2020
Clôturé : MATLAB Answer Bot le 20 Août 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')

Réponses (1)

JESUS DAVID ARIZA ROYETH
JESUS DAVID ARIZA ROYETH le 6 Fév 2020
Modifié(e) : JESUS DAVID ARIZA ROYETH le 14 Fév 2020
write the whole word in lowercase :
load('1st_part_result.mat')
  1 commentaire
Adel Gohari
Adel Gohari le 6 Fév 2020
many thanks. it is working well now.

Community Treasure Hunt

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

Start Hunting!

Translated by