Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
What is the meaning of this error?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I have a pulse generator for a three-phase inverter
Then the pulses were inserted into a function to make the changes I needed
And this error appeared
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/327917/image.png)
1 Commento
Risposte (1)
Vasco Lenzi
il 7 Lug 2020
When you are using MATLAB function block, you need to carefully adjust data types. MATLAB works naturally with all doubles. You can either use the data type conversion block listed above by Hyunuk, or you can control MATLAB function interfaces using the Ports and Data Manager from the MATLAB function block toolstrip.
Additionally you may need to reassess the operation in your MATLAB function and eventually "cast" the data type in your operations, such as a = x * double (b)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/328076/image.png)
0 Commenti
Questa domanda è chiusa.
Community
Più risposte nel Power Electronics Control
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!