How may I use reshape for this code?
Mostrar comentarios más antiguos
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 comentarios
Dyuman Joshi
el 31 de Jul. de 2022
What are you trying to reshape?
Onur Batin Genc
el 31 de Jul. de 2022
Onur Batin Genc
el 31 de Jul. de 2022
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Loops and Conditional Statements en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!