Feeds
已回答
Stateflow Stepping Problem - fatal error when accessing cvi.TopModelCov.modelPause
A fatal error occurred when accessing the coverage tool: cvi.TopModelCov.modelTerm, Any solution?
Stateflow Stepping Problem - fatal error when accessing cvi.TopModelCov.modelPause
A fatal error occurred when accessing the coverage tool: cvi.TopModelCov.modelTerm, Any solution?
5 years 前 | 0
已回答
Can you 'run all' in a signal builder programmatically?
here is the solution, may be quite late. load_system('c_i/Stimuli/Stimuli'); [time, data, signames, groupnames] = signalbuilde...
Can you 'run all' in a signal builder programmatically?
here is the solution, may be quite late. load_system('c_i/Stimuli/Stimuli'); [time, data, signames, groupnames] = signalbuilde...
6 years 前 | 0
已回答
Internal error calling rtw_optimization info
save your data, exit the matlab, restart matlab, error disappears :)
Internal error calling rtw_optimization info
save your data, exit the matlab, restart matlab, error disappears :)
6 years 前 | 0
提问
how to detect datatype inconsistency between Signal datatype and initial value datatype.
how to detect datatype inconsistency between Signal datatype and initial value datatype during simulation. e.g Signal datatyp...
6 years 前 | 0 个回答 | 0
0
个回答已回答
Is possible to change Sample time in signal builder programmatically?
i was able to do this, but this doesn't change value on GUI, but it works set_param(strcat(TH_Model_Name,'/Stimuli/Input_Vector...
Is possible to change Sample time in signal builder programmatically?
i was able to do this, but this doesn't change value on GUI, but it works set_param(strcat(TH_Model_Name,'/Stimuli/Input_Vector...
6 years 前 | 0
已回答
AUTOSAR Compiler Abstraction Settings for Local Variables
Local variables are already hidden from outside world, so it is not required to implement AUTOSAR Standards compiler Abstraction...
AUTOSAR Compiler Abstraction Settings for Local Variables
Local variables are already hidden from outside world, so it is not required to implement AUTOSAR Standards compiler Abstraction...
7 years 前 | 0
已回答
Matrix dimensions must agree while using if
try this it works celestialBody = input('Celestial body = ','s'); if strcmp(celestialBody,'moon') mass1 = MASS_OF_...
Matrix dimensions must agree while using if
try this it works celestialBody = input('Celestial body = ','s'); if strcmp(celestialBody,'moon') mass1 = MASS_OF_...
7 years 前 | 1