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!