Issue of running example of Adaptive Cruise Control Using Sensor Fusion Test Bench
1 次查看(过去 30 天)
显示 更早的评论
Dear all,
I cannot run this Adaptive Cruise Control on my maltab version 2020a but actually I can run this example smoothly on the 2018a version before I updated ,
Can anyone please help us out so that we can run this example.
The error is:
Invalid setting in 'ACCWithSensorFusionMdlRef/Tracking and Sensor Fusion/Tracks' for parameter 'OutDataTypeStr'.
Caused by:
- Error evaluating parameter 'OutDataTypeStr' in 'ACCWithSensorFusionMdlRef/Tracking and Sensor Fusion/Tracks'
- Cannot resolve variable 'BusMultiObjectTracker1'
- Variable 'BusMultiObjectTracker1' has been deleted from base workspace.
Suggested Actions
Load a file into base workspace.Fix
Create a new variable.Fix
Component:Simulink | Category:Model error
Caused by:
- Error evaluating parameter 'OutDataTypeStr' in 'ACCWithSensorFusionMdlRef/Tracks'
- Cannot resolve variable 'BusMultiObjectTracker1'
- Variable 'BusMultiObjectTracker1' has been deleted from base workspace.
Suggested Actions
Load a file into base workspace.Fix
Create a new variable.Fix
Component:Simulink | Category:Model error
Any help is much appreciated
Regards,
Edward
0 个评论
回答(1 个)
Abhishek Kumar
2020-10-16
Hi Edward,
By analysing the error report you are getting I can assess that a variable named ‘BusMultObjectTRacker1’ being used in your model is missing from base workspace and you need to declare the variable before using it.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!