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

3 ビュー (過去 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.

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by