This is a warning, not an error.
If the code "return" here (which means exiting the function), the varialbe "rho" may never be used, although the top of the function is not shown.
"break" might be what you meant to use. see "help break".

Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!