How do i fix return error in matlab?

4 vues (au cours des 30 derniers jours)
Jialei Liao
Jialei Liao le 26 Mar 2021
Modifié(e) : Fangjun Jiang le 26 Mar 2021
Hey guys I'm not so sure why i'm getting this error when i return and if statement

Réponses (1)

Fangjun Jiang
Fangjun Jiang le 26 Mar 2021
Modifié(e) : Fangjun Jiang le 26 Mar 2021
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".

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by