How may I use reshape for this code?
Mostra commenti meno recenti
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 Commenti
Dyuman Joshi
il 31 Lug 2022
What are you trying to reshape?
Onur Batin Genc
il 31 Lug 2022
Onur Batin Genc
il 31 Lug 2022
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Loops and Conditional Statements in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!