How may I use reshape for this code?
古いコメントを表示
count=0;
for j = 1:frame_number
for i=1:15
if (A(i,j)*A(i+1,j))<0
count=count+1;
end
b(j)=count;
end
count=0;
end
3 件のコメント
Dyuman Joshi
2022 年 7 月 31 日
What are you trying to reshape?
Onur Batin Genc
2022 年 7 月 31 日
Onur Batin Genc
2022 年 7 月 31 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!