why do i see "Error while generating code for chart Test Sequence" error when running my test harness?
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
2 Kommentare
Dev
am 6 Mär. 2023
Hi!
The error "Attempted to assign to Simulink input 'Steerable_Axle_Left_Calibration_Value'" means that you are trying to change the value of the input, which is not allowed. You should copy the value into another variable and make updates there. For example, you can start with "y=Steerable_Axle_Left_Calibration_Value" and then make changes in variable "y" .
Hope this helps you.
Antworten (1)
Jasvin
am 6 Mär. 2023
It is entirely possible that there are some errors in your model during compilation. So first have a look at the Diagnostics of your model after compiling and then try running the test harness.
This MATLAB Question by the MATLAB Support Team seems to indicate as such,
Siehe auch
Kategorien
Mehr zu Outputs finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!