load variable from .mat file in simulink
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Ho Jung Kim
le 20 Juil 2022
Commenté : Ho Jung Kim
le 22 Juil 2022
I am trying to load variable (containers.Map) from .mat file to simulink. However, I am getting this error:
Found unsupported class for variable using function 'load'. Code generation does not support importing handle classes from MATLAB.
load('filename') works fine for Matlab script files, but not for simulink.
Is there a way to fix this?
0 commentaires
Réponse acceptée
Adarshini K
le 21 Juil 2022
From my understanding of your question you are trying to load the variables from .mat file to Simulink, you can use the following workarounds .
'From file' block in the Simulink model, for further details you may refer to the following documentation Load data from MAT file into Simulink model
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Discrete-Event Simulation dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!