Subscripted assignment dimension mismatch since iteration 9
조회 수: 1 (최근 30일)
이전 댓글 표시
Along with saying hello and waiting for your help. I was going through folder by folder to store a specific file, I have tried to save it in a large matrix, but when I start to iterate from 9 in the for loop, it throws me an error, I copy the code that I have in the meantime.
close all, clear all, clc
a='D:\HP CIVIL\serie de tiempo\escenarios_s6_50samples';
for i=1:9
c=sprintf('SanAntonio_S60%d',i);
e(:,:,i)=load(fullfile(a,c,'work','pt1_zuv.dat'));
end
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Entering Commands에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!