Para error at END
Mostra commenti meno recenti
now calculate v_phase for each level of current ii = 1:21
v_phase (ii)= sqrt(e_a^2 - (x_s * i_a(ii) * cod(theta))^2) - (x_s * i_a(ii) * sin(theta));
end
this of above says "Parse error at END: usage might be invalid MATLAB syntax"
Risposte (1)
madhan ravi
il 20 Mar 2019
Modificato: madhan ravi
il 20 Mar 2019
The loop has for missing at the beginning should be
for ii = 1:21
cos() not cod().
Categorie
Scopri di più su String Parsing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!