Simscape Custom Models and Components

4 views (last 30 days)
Greetings,
I have been reading/watching content on how to model batteries via YouTube and MathWorks. However, what remains unclear to me is how to create the needed files. I am running MatLab 2019a/Simulink/SimScape/SimScape Electronics. I downloaded the models produced by Dr. Gazzari to examine the overall structure. When I create a model, I am failing to find any kind of indication on how/where to create the script file in which I can delcare the salient characteristics of the components I wish to create.
Once I do accomplish this, I will then be able to link it to my file.m in which I have created some lookup tables.
Cheers,

Accepted Answer

Roshni Garnayak
Roshni Garnayak on 9 Sep 2019
There is no functionality to directly create a ssc-file. So you should use the "Save as" function in MATLAB and change the file extension to “.ssc” in order to save an ssc-file.
Another possibility is to create a copy of an existing ssc-file and change the content of it, so you can easily customize an existing component.
If you need more information about Simscape Language, then please check the following documentation: 
What Is the Simscape Language?
Simscape File Types and Structure
Creating Custom Components
  1 Comment
Clayton Allen
Clayton Allen on 15 Sep 2019
I am trying to accept this answer. Sadly an error keep occuring and thus continuously asks me to refresh the page. It does not work. Thank you for your help.
Cheers

Sign in to comment.

More Answers (0)

Categories

Find more on Equations in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!