Info

此问题已关闭。 请重新打开它进行编辑或回答。

Loading MAT file problem

2 次查看(过去 30 天)
Adel Gohari
Adel Gohari 2020-2-6
关闭: MATLAB Answer Bot 2021-8-20
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')

回答(1 个)

JESUS DAVID ARIZA ROYETH
编辑:JESUS DAVID ARIZA ROYETH 2020-2-14
write the whole word in lowercase :
load('1st_part_result.mat')
  1 个评论
Adel Gohari
Adel Gohari 2020-2-6
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