Error on Simulink simulation
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
when i am runing a simulation on simulink it shows me." An error occurred while running the simulation and the simulation was terminated Caused by: Cannot create variable 'logsout' in workspace Dot indexing is not supported for variables of this type."
My work doesnot have any code only on simulink. what shall i do ? any help please.
0 Commenti
Risposte (1)
Sahithi Kanumarlapudi
il 4 Giu 2020
Hi,
When you set Configuration Parameters > Data Import/Export > Signal logging format to ModelDataLogs, logging data produces one or more Simulink.ModelDataLogs objects that contain logged data. The default value is logsout.
You might have set this property.
For more information refer to the following link
0 Commenti
Vedere anche
Categorie
Scopri di più su Prepare Model Inputs and Outputs in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!