Kindly tell me if the code (MTPA) is wrong for calculating MTPA curve

조회 수: 1 (최근 30일)
Varun Nair
Varun Nair 2021년 8월 2일
답변: Raghunath Rachabattuni 2023년 10월 1일
I wish to get the Id and Iq current from the MPTA curve which I am attaching below and also the the code is attached for reference.

답변 (2개)

Walter Roberson
Walter Roberson 2021년 8월 2일
편집: Walter Roberson 2021년 8월 2일
MATLAB does not use 'RIGHT SINGLE QUOTATION MARK' (U+2019) ’ character: it uses apostrophe U+0027 '
0+char("'")
ans = 39
0+char("’")
ans = 8217
  댓글 수: 1
Varun Nair
Varun Nair 2021년 8월 5일
Thanks Walter for your reply, I did not get where should I put them in the last line. Can you please tell me

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


Raghunath Rachabattuni
Raghunath Rachabattuni 2023년 10월 1일
You can use the commandline utilities that are shipped with Motor Control Blockset. Please refer to the following links to explore the constraint curves and also how to use them.

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by