Infineon Buck Simscape Example - View_system('BuckSystem') unrecognized function or variable 'view system" error
Ältere Kommentare anzeigen
I've tried running the "Infineon Buck Simscape Example" both online and locally and get the following error
View_system('BuckSystem') unrecognized function or variable 'view system"
I'm running R2023b
Antworten (1)
Gayathri
am 5 Mai 2025
I understand that you are trying to run the "Infineon Buck Simscape Example" from the following link.
To access this example,
- Please download all the files in the above link.

- After extracting the contents, navigate to the folder with all the models and the "view_system.m" file.
- Once you are in this directory, running the following command will work as expected.
view_system('BuckSystem')
I hope this helps!
3 Kommentare
Larry
am 5 Mai 2025
Gayathri
am 6 Mai 2025
The red boxes you see around the blocks are because the values with which they are initialized are not present in the workspace. Please run the "buckConverter.mlx" present in the same path, which will open the model and initialize the blocks with necessary values which will resolve the error.
The message which you encounter "some of the issues encountered may be because the model was created in a previous release" is because the model is created in an earlier version than the version you are using. Please upgrade the model using the "Upgrade Advisor" by following the steps mentioned in the below link.
Larry
am 7 Mai 2025
Kategorien
Mehr zu Converters (High Power) finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!