Azzera filtri
Azzera filtri

Why I get ans = logical 1

11 visualizzazioni (ultimi 30 giorni)
vincenzo violi
vincenzo violi il 22 Nov 2020
Commentato: vincenzo violi il 22 Nov 2020
if(Tl > Tup && Tup<TRIS)
disp(Tup);
disp('Tup');
elseif (Tl>Tup && Tup > TRIS)
disp(TRIS);
disp('Tris');
else (Tl < Tup && Tl < TRIS)
disp(Tl);
disp('Tl');
end
Could anyone help me?

Risposta accettata

Nora Khaled
Nora Khaled il 22 Nov 2020
in your last case you use else then put a condition.
you should either use "elseif" or no condition.
  1 Commento
vincenzo violi
vincenzo violi il 22 Nov 2020
Really thanks, it actually works well with your tips!

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Data Types in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by