Afzal
Followers: 0 Following: 0
Feeds
提问
Array of SimulationInput objects gets modified upon running with sim command
I am creating an array of SimulationInput objects, 'simIn'. If I try to run a single simulation, for example using simOut(1) = s...
4 months 前 | 0 个回答 | 0
0
个回答提问
How to make variables assigned to SimulationInput object accessible to a PostSimFunction when using parsim
I am trying to save logged data in SimulationOutput objects to .mat files when running simulations in parallel, so I can clear t...
6 months 前 | 1 个回答 | 0
1
个回答提问
Simulink algebraic loop error when using parsim
I have a model that runs fine in MATLAB R2020b with parsim, and with sim in 2021b. But when using parsim, I get the following er...
12 months 前 | 1 个回答 | 0
1
个回答提问
parsim with fast restart does not update variables set in through a PreSimFcn
I have noticed that base workspace variables supposed to be set through a PreSimFcn are not updated for a simulation when runnin...
12 months 前 | 0 个回答 | 0
0
个回答提问
How to programmatically determine the default number of workers set in parallel preferences
Is there a way to deterine the number of workers set by a user in their MATLAB preferences without starting a parallel pool. I w...
1 year 前 | 1 个回答 | 0
1
个回答提问
Missing ErrorMessage in Simulink.SimulationOuput object
I've come across an issue where the ErrorMessage property of a Simulink.SimulationOutput object is not populated, although the M...
1 year 前 | 0 个回答 | 0
0
个回答提问
Use Simulink PreSimFcn to set metadata in a Simulink.SimulationOutput object
Is it possible to store variables from a simulation's PreSimFcn in the Simulink.SimulationOutput object's metadata? I am settin...
1 year 前 | 1 个回答 | 0