how to write cosdelta alphain MATLAB coding

cosd(delta+alpha)

댓글 수: 8

Adam Danz
Adam Danz 2019년 4월 3일
편집: Adam Danz 2019년 4월 3일
That is matlab code (assuming delta and alpha are variables).
cosd() is the cosine function for inputs using degree units rather than radians.
asna akhtar
asna akhtar 2019년 4월 4일
yes i have done it exactly the same still its giving me an error.
Please show us the values for delta and alpha.
Also what are the results of the following 3 lines?
size(delta)
size(alpha)
which cosd -all
asna akhtar
asna akhtar 2019년 4월 4일
i am working on the topic of voltage stability for IEEE 30bus test system and I've written all the coding which is required but unable to calcultate gvsm just because of the cosine angle
<<
<<www-mathworks-com-matlabcentral-answers-uploaded_files-212011-20190404_220858.jpg>>
>>in this program k is delta difference which is the difference of sending and receiving end. I'll be grateful to you if you could help me.
asna akhtar
asna akhtar 2019년 4월 4일
<<www-mathworks-com-matlabcentral-answers-uploaded_files-212012-20190404_220858.jpg>>
The links are broken.
To offer more advice, I just need this:
Please show us the values for delta and alpha.
Also what are the results of the following 3 lines?
size(delta)
size(alpha)
which cosd -all
asna akhtar
asna akhtar 2019년 4월 5일
there are many values of delta and alpha because they are in 1×30 matrix form so it is not possible to write all the values.
Adam Danz
Adam Danz 2019년 4월 5일
But you could provide a sample of those values and you could definitely provide the results of the three lines of code. Good luck.

댓글을 달려면 로그인하십시오.

답변 (1개)

madhan ravi
madhan ravi 2019년 4월 3일
편집: madhan ravi 2019년 4월 3일

0 개 추천

cosd(bsxfun(@plus,Delta+Alpha)) % assuming units are degrees else use cos()

카테고리

도움말 센터File Exchange에서 Platform and License에 대해 자세히 알아보기

질문:

2019년 4월 3일

댓글:

2019년 4월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by