How do i fix return error in matlab?

Hey guys I'm not so sure why i'm getting this error when i return and if statement

Risposte (1)

Fangjun Jiang
Fangjun Jiang il 26 Mar 2021
Modificato: Fangjun Jiang il 26 Mar 2021

0 voti

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".

Categorie

Prodotti

Richiesto:

il 26 Mar 2021

Modificato:

il 26 Mar 2021

Community Treasure Hunt

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

Start Hunting!

Translated by