unreachable and dead code
34 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen


why i am getting unreachable and dead code warning , i am not able to understant.
if anyone knows, please help me.
2 Kommentare
Image Analyst
vor etwa 9 Stunden
I can't even read that thing. What is that diagram? Is it Stateflow or Simulink (which I don't have)? How did you run your check on it? You might have some condition that is always false, like
value = false
if value
% Do something if value = true
% This block will never get executed since value is not a variable,
% it's a constant.
end
Antworten (0)
Siehe auch
Kategorien
Mehr zu Decision Logic 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!

