Skip to content

Commit 528a8d4

Browse files
author
Angel Gonzalez
committed
fix: ensure loss scaling is turned off during ROM generation.
feat: additional loss options (temperature / speed variation on/off) feat: display progress during ROM generation. feat: check ActiveX available and throw meaningful error otherwise feat: interface classes do not require a .prj file feat: README.md describes what each product is required for
1 parent 714eec0 commit 528a8d4

30 files changed

+29306
-29138
lines changed

GenerateSimulinkThermalModel.mlx

-20.7 KB
Binary file not shown.

ImportMotorCADThermalModel.prj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<MATLABProject xmlns="http://www.mathworks.com/MATLABProjectFile" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0"/>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<MATLABProject xmlns="http://www.mathworks.com/MATLABProjectFile" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0"/>

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ Open the project file *ImportMotorCADThermalModel.prj* to get started.
4343

4444
### MathWorks Products (http://www.mathworks.com)
4545
Requires MATLAB® release R2021b or newer.
46-
- [Simulink™](https://www.mathworks.com/products/simulink.html)
47-
- [Simscape™](https://www.mathworks.com/products/simscape.html)
48-
- [Simscape™ Electrical™](https://www.mathworks.com/products/simscape-electrical.html)
49-
- [Simscape™ Fluids™](https://www.mathworks.com/products/simscape-fluids.html)
50-
- [Control System Toolbox™](https://www.mathworks.com/products/control.html)
51-
- [Motor Control Blockset™](https://www.mathworks.com/products/motor-control.html)
46+
- [Simulink™](https://www.mathworks.com/products/simulink.html) - required.
47+
- [Simscape™](https://www.mathworks.com/products/simscape.html) - optional.
48+
- [Simscape™ Electrical™](https://www.mathworks.com/products/simscape-electrical.html) - optional.
49+
- [Simscape™ Fluids™](https://www.mathworks.com/products/simscape-fluids.html) - optional.
50+
- [Control System Toolbox™](https://www.mathworks.com/products/control.html) - required (LPV System block).
51+
- [Motor Control Blockset™](https://www.mathworks.com/products/motor-control.html) - optional (Drive Cycle Source block).
5252

5353
### Getting Started
5454
To learn more about modeling and simulation with Simscape™, please visit:

ValidateSimulinkThermalModel.mlx

-112 KB
Binary file not shown.

data/OutputFromGSTM.mat

-413 KB
Binary file not shown.

0 commit comments

Comments
 (0)