Error while importing signal data to signal builder
Afficher commentaires plus anciens
I have a Simulink model. I run the model and save output data from my model to workspace, save that data to a .mat file and import that data to a signal builder in another model. When I try to run the new model with the signal builder, I get an error:
"Error in [my model/Signal builder]: Initialization commands cannot be evaluated. Caused By: * In an assignment A(:) = B, the number of elements in A and B must be the same."
How do I solve this problem? I am using MATLAB R2017a.
Réponses (1)
Aniket
le 7 Mai 2025
0 votes
This error occurs because the data saved in the Dataset has fixed-point data type. To remove this error in R2017a, please convert the signals to doubles before logging.
The error should not occur in R2017b with the same fixed-point Dataset.
Hope this helps!
Catégories
En savoir plus sur Signal Import and Export dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!