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

3 Ansichten (letzte 30 Tage)
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.

Antworten (2)

Walter Roberson
Walter Roberson am 2 Aug. 2021
Bearbeitet: Walter Roberson am 2 Aug. 2021
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 Kommentar
Varun Nair
Varun Nair am 5 Aug. 2021
Thanks Walter for your reply, I did not get where should I put them in the last line. Can you please tell me

Melden Sie sich an, um zu kommentieren.


Raghunath Rachabattuni
Raghunath Rachabattuni am 1 Okt. 2023
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.

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by