Could anyone tell me why I am getting an error with "else" in my code. This is my first time using this software and I am very confused.

2 vues (au cours des 30 derniers jours)

Réponse acceptée

VBBV
VBBV le 3 Déc 2022
This is standard syntax for if-else statements in matlab
if condtion
...
elseif condition
...
else
...
end

Plus de réponses (1)

Walter Roberson
Walter Roberson le 3 Déc 2022
That code is not MATLAB code. MATLAB codes not use "endif" or "endwhile" or "end else". Also, MATLAB uses == for the comparison operation, not =
It might possibly be Octave code. The purpose of Octave existing is to put Mathworks out of business, so you will need to look elsewhere if you want assistance with Octave.

Catégories

En savoir plus sur Octave dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by