Posts by Ataíde Souza Andrade • 1 point
1 post
-
0
votes2
answers62
viewsA: MATLAB - Data is lost when closing the FOR loop
I guess they’re not all zeroes. In the first three lines, try to do so: y = zeros(altura*largura,1); x = zeros(altura*largura,1); v = zeros(altura*largura,1); And then test the program again…