i would like to get all values of for loop outside loop,but this program gives me the last value only
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sagar AS
el 4 de Jul. de 2015
Respondida: Walter Roberson
el 4 de Jul. de 2015
for i=1:5
x(i)=i+1;
end
disp(x(i));
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Numeric Types en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!