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

3 vues (au cours des 30 derniers jours)
Varun Nair
Varun Nair le 2 Août 2021
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.

Réponses (2)

Walter Roberson
Walter Roberson le 2 Août 2021
Modifié(e) : Walter Roberson le 2 Août 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 commentaire
Varun Nair
Varun Nair le 5 Août 2021
Thanks Walter for your reply, I did not get where should I put them in the last line. Can you please tell me

Connectez-vous pour commenter.


Raghunath Rachabattuni
Raghunath Rachabattuni le 1 Oct 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.

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by