Report name: Model Advisor - Upgrading to the Current Simulink Version | |
Simulink version: 7.8 | Model version: 1.237 |
System: highlyComplexAttractor | Current run: 11-Aug-2014 10:54:14 |
Pass | Fail | Warning | Not Run | Total |
![]() |
![]() |
![]() |
![]() |
6 |
Check 'Invalid function-call connection' setting
Verify that the Invalid function-call connection diagnostic is set to error.
Passed
Diagnostics > Connectivity > Invalid function-call connection is set to error.
_________________________________________________________________________________________
Check 'Context-dependent inputs' setting
Verify that the Context-dependent inputs diagnostic is set to Enable All.
Warning
Diagnostics > Connectivity > Context-dependent inputs is set to Use local settings. This might lead to non-deterministic model execution.
Recommended Action
Set Diagnostics > Connectivity > Context-dependent inputs to Enable All.
Search for blocks that have data type parameters specified by using slDataTypeAndScale().
Required Replacement Cases
Identify calls to slDataTypeAndScale() that are no longer supported and thus should be replaced. Such calls always can be automatically replaced.
See Also
Recommended Replacement Cases
Identify unnecessary calls to slDataTypeAndScale() that the model advisor can automatically replace.
See Also
Manual Inspection Cases
Identify calls to slDataTypeAndScale() that might be unnecessary.
See Also