Motor Control Blockset Examples "Dot indexing is not supported for variables of this type"
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
It's my first time using Simulink. The first thing I did when I opened the program is I opened an example under "Motor Control Blockset" on the Simulink start page. In the window that opened (a Simulink window), I clicked run, and received the message "Dot indexing is not supported for variables of this type." I tried several other examples under "Motor Control Blockset" and they all gave me the same error. There's no stack trace, so I really don't even know where to start debugging this. Is this a bug or am I doing something wrong?
2 comentarios
Pranavkumar Mallela
el 14 de Jul. de 2023
Hi Nathan, which MATLAB release are you getting this error in?
Respuestas (1)
Animesh
el 22 de Ag. de 2023
Hello Nathan,
I understand that you are encountering an error while trying to execute the “Field-Oriented Control of PMSM Using Hall Sensor” example in Simulink.
Before simulating this example, please make sure that you have the following required MathWorks products installed by using the “ver” command in the command window:
- Motor Control Blockset
- Fixed-Point Designer
Also, please follow these steps to simulate the model correctly:
- Open the model included in this example by simply using this command:
open_system('mcb_pmsm_foc_hall_f28069m.slx');
- To simulate the model, click ‘Run’ on the ‘Simulation’ tab.
- To view and analyse the simulation results, click ‘Data Inspector’ on the Simulation tab.
For more information on this example, consider going through the documentation page of this example:
I hope this helps!
0 comentarios
Ver también
Categorías
Más información sobre Motor Control Blockset en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!