Community Profile

photo

Matthew Rademacher


Last seen: 8 months ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1
  • First Answer
  • Revival Level 1

View badges

Feeds

View by

Question


Is there a way to programmatically list the variables in a simulink .slx model without having the model in a "runnable" state
So the general workflow to list all of the variables in a simulink file is with Simulink.findVars. The problem is that this requ...

11 months ago | 0 answers | 0

0

answers

Answered
Getting CompiledPortDataTypes from within a PostCodeGenCommand
in my opinion this is very unsatisfying but it technically works: set_param(model,'SimulationCommand','start') set_param(mod...

11 months ago | 1

Answered
Matlab fails to unzip large files
The issue is due to compression with the deflate64 vs deflate method. It appears that if a file is larger than 2 GB, windows use...

1 year ago | 0

Question


Unzip will not work on some archives
When I run the unzip function, it will fail on certain archives. What really confuses me is that I can extract an archive's cont...

1 year ago | 1 answer | 0

1

answer

Question


buildRapidAcceleratorTarget gets stuck during execution in matlab 2020a, but not matlab 2017
I am trying to upgrade a tuning script from Matlab 2017a to Matlab 2020a and I run into an error while running: load_system('My...

2 years ago | 0 answers | 0

0

answers