load name im array
이전 댓글 표시
Hello,
i have an issuse according to the load function.
load 'f(1)' % searches for a file called f(1)
what i want:
load the file named like the first entry in variable f
Thanks
채택된 답변
추가 답변 (1개)
KSSV
2017년 7월 10일
Hoping your f is a cell array of names of the files in the folder..you may use.
load f{1}
댓글 수: 1
Walter Roberson
2017년 7월 10일
No, that is equivalent of load('f{1}')
카테고리
도움말 센터 및 File Exchange에서 Whos에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!