Para error at END
이전 댓글 표시
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"
답변 (1개)
madhan ravi
2019년 3월 20일
편집: madhan ravi
2019년 3월 20일
The loop has for missing at the beginning should be
for ii = 1:21
cos() not cod().
카테고리
도움말 센터 및 File Exchange에서 String Parsing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!