In my program i have this error: "Index exceeds matrix dimensions. Error in codigo (line 38) air(a) = (aig(a)*2*pi)./360;"
How can I fix that? Thanks in advance!
a=0;
b=0;
while a~=46;
a=a+1;
while b~=0;
air(a) = (aig(a)*2*pi)./360;
b=b-1;
end
b=20;
end

 Akzeptierte Antwort

James Tursa
James Tursa am 26 Apr. 2019
Bearbeitet: James Tursa am 26 Apr. 2019

0 Stimmen

What is numel(aig)? Seems like aig doesn't have 45 elements.

1 Kommentar

gonçalo saial
gonçalo saial am 26 Apr. 2019
The 'aig' is a variable, is an angle in degrees.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Community Treasure Hunt

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

Start Hunting!

Translated by