Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Collecting for loop output

1 visualización (últimos 30 días)
Nikolaos Zafirakis
Nikolaos Zafirakis el 30 de Abr. de 2019
Cerrada: Stephen23 el 30 de Abr. de 2019
I have a loop and I want to collect the output?
A are arrays 0:300
for i = 0:3:300
Fi = atan(-(A5(1,1+i)/A5(1,2+i)));
Theta = acos(A5(1,3+i));
Psi = atan(A3(1,3+1)/A4(1,3+i));
end

Respuestas (0)

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by