How can I do this Matrix data operation?
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
I got a matrix of data from a permanent magnet FEM analisys: z = f(x,y)
There are 360 colums,each one match a angle position of the rotor of the motor
There are 100 row, each one match a current applied to the stator of the motor during the fem analisys
Each one of the matrix value (z), is a torque value, wich is at that value thanks to the rotor position and the current at the stator.
Now I need to create a new matrix where
There are 360 colums,each one match a angle position of a rotor of a motor
There are 100 rows,each one is a torque value, ranging from the min to the max of the torque in the matrix above
Each one of the matrix value (z), should be a current value, that match the value of the first matrix,
how can I do this?
Thanks a lot
Réponses (1)
Chuguang Pan
le 12 Déc 2019
0 votes
It is Unworkable!
For eaxample, every row of new matrix need that there must exist current and angle pairs which generate same torque.
But the Original matrix may not exist such pairs!
1 commentaire
Federico Manfrin
le 12 Déc 2019
Modifié(e) : Federico Manfrin
le 12 Déc 2019
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!