Unable to perform assignment because the left and right sides have a different number of elements
조회 수: 1(최근 30일)
표시 이전 댓글
When there are no values less than 100 in my matrix, this error appears
for i=1:length(NpingZ)
x=find(Mdata(1:VecA(i),i)<100,1,'last')';
Data(i)=x;
end
Is there a way to fix this error?
I will be glad to any advice
댓글 수: 0
채택된 답변
추가 답변(0개)
참고 항목
범주
Find more on Logical in Help Center and File Exchange
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!