I can not run state flow diagram from matlab I am using Matlab 2013b whenever I try to run it This gives a warning:
WARNING: The model 'xyz' does not have a constant state, so instead of 'solver' ode4 'using symmetric silver' fixedstep disit ' In the Solver tab of the Configuration Parameters dialog, this diagnostic can be disabled by specifying a discrete solver or by setting 'Diagnostic automatic solver parameter selection' to 'None' in the configuration tab of the configuration parameters dialog.
Although I have modified two requirements mentioned above from the configuration setup. But it is still showing the problem. Do I need to set some additional software to fix this problem?
This is just a warning, not an error message, your model will be gone exactly as if it is If you want to get rid of the message, then instead of the ode4
, change the solver to the Fixed Stap Disc
in the model and it will go away, but it will not change anything, the actual movement of the model
Comments
Post a Comment