How can I load a file whose name is stored in variable?
조회 수: 2 (최근 30일)
이전 댓글 표시
My file name is available in the cell(1,1) & Cell(1,1)= Temperature.txt. How can i load the file using the variable name stored in the cell? load(cell(1,1)) not working?
댓글 수: 0
답변 (1개)
Image Analyst
2017년 12월 20일
Note that dir() returns a structure array, NOT a cell array. Also note the use of fullfile() inthe FAQ code. Also change the FAQ to use *.csv for the file pattern since that is what you want.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!