hello friends, when i done a modelling in simulink error "the "FixedStepDiscrete" solver cannot be used to simulate block diagram,because it contains continuous states" is occuring.... even i tried all the solver types but nothing worked.. help me..
Ältere Kommentare anzeigen
hello friends, when i done a modelling in simulink error "the "FixedStepDiscrete" solver cannot be used to simulate block diagram,because it contains continuous states" is occuring.... even i tried all the solver types but nothing worked.. help me.. whther i need to change any other settings... im a begginer in this domain... guide me pls
1 Kommentar
youcef kesseir
am 11 Mär. 2018
Hey is problèmes thé "fixedstepdiscrete" solver cannot be used to simulation block diagramme ' power PVarray grid det
Akzeptierte Antwort
Weitere Antworten (2)
Sandy
am 6 Jul. 2015
0 Stimmen
Hi all,
How can I change the solver setting of simulink from Matlab workspace; goal is to set the Automatic Solver Parameter . I am using "set_param('modelname', ' Automatic Solver Parameter Selection' 'none') " but its not working. Can you please suggest me the right line code for this.
1 Kommentar
Sebastian Castro
am 6 Jul. 2015
Next time, try asking this in a new question. This makes sure other people can more easily search for your specific question if they are looking for it. Anyway, the code is:
set_param('modelName','SolverPrmCheckMsg','none');
- Sebastian
Sandy
am 17 Aug. 2015
0 Stimmen
Thanks! Sabastian..
Kategorien
Mehr zu General Applications finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!