Symmetrical Components in matlab

조회 수: 12 (최근 30일)
Daniella Shepard
Daniella Shepard 2016년 9월 28일
답변: Nitin Phadkule 2021년 6월 5일
I have the student version of matlab. I am attempting to run and example problem from my text book with the following code:
V012 = [.6 90 1.0 30 ,8 -30];
Vabc= sc2abc(V012); %unbalanced phasor to symm components Vabcp= rec2pol(Vabc) %rectangular to polar
However, I get an error message: Undefined function 'sc2abc' for input arguments of type 'double'. Error in hw4_2 (line 44) Vabc= sc2abc(V012); %unbalanced phasor to symm components
I am following the example in the book as it is written. Is there something that I am leaving out? It seems like matlab does not recognize the command, but according to my text it should return the symmetrical components. Does the student version just not support this function? Thanks.

답변 (1개)

Nitin Phadkule
Nitin Phadkule 2021년 6월 5일
The function sc2abc is not a matlab function. unless you add that function, you will not get answer. The function sc2abc may be given in book, save that function in matlab if given in book.

카테고리

Help CenterFile Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by