Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Loading MAT file problem
조회 수: 2 (최근 30일)
이전 댓글 표시
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
답변 (1개)
JESUS DAVID ARIZA ROYETH
2020년 2월 6일
편집: JESUS DAVID ARIZA ROYETH
2020년 2월 14일
write the whole word in lowercase :
load('1st_part_result.mat')
댓글 수: 1
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!