Within Simulink "Model Explorer", a view of a stateflow chart I/O's and local variable properties cannot be edited in the table. I can only edit properties in the dialog pane
55 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
In Simulink R2017b I was able to modify variables directly in the main view of the model Explorer. I could for example select several rows at once and the for example modify the "data type" column for one of them, and all of the selected rows got the data type modification.
Now in R2022 I can only modify the "name" column in the table by doubble clicking on it. To edit any of the other properties (such as data type), I have to edit it in the "dialog pane". Nothing happens when I doubble click on for example the data type column for a row. In R2017b a dropdown box would open and I could select the data type directly from the table.
I asked my coworker with the exact same version of Simulink, and he did not have this problem. I have tried to unistall mMatlab entierly , reebooting my PC and installing matlab again, but the same issue persists. Is there a setting the will allow me to do these propery changes directly in the model explorer table?
In the attached picteure, nothing happens when I doubble click on where it says "Inherit: Same as Simulink" (for the data type)

0 comentarios
Respuestas (1)
Vignesh
el 12 de Sept. de 2025 a las 20:08
This could be due to preferences from a older release interacting with latest install. To verify this is the case, please create a back up of your preferences directory by renaming the directory. This will automatically create a new preferences directory on MATLAB startup.
You can locate the preferences directory by executing
>> prefdir
If you have preferences from older releases, this can interact with preferences from newer MATLAB installs. If renaming the preferences for current install doesn't fix the issue, you can try renaming/removing the preferences of older installs and retrying the above steps to rename the preferences from R2022a/b
Ver también
Categorías
Más información sobre Simulink Environment Customization 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!