Azzera filtri
Azzera filtri

what do i use instead of &&

3 visualizzazioni (ultimi 30 giorni)
Eris Rusnac
Eris Rusnac il 6 Apr 2021
Commentato: Cris LaPierre il 6 Apr 2021
  2 Commenti
Rik
Rik il 6 Apr 2021
If you have trouble with Matlab basics you may consider doing the Onramp tutorial (which is provided for free by Mathworks).
Cris LaPierre
Cris LaPierre il 6 Apr 2021
Agreed. Chs 5 and 12 in particular.

Accedi per commentare.

Risposte (1)

Kojiro Saito
Kojiro Saito il 6 Apr 2021
Possibly,
ABOVE_AVG = Gradess(Grades{:,2} >= a & Grades{:,2} >= b, :)
  1 Commento
Cris LaPierre
Cris LaPierre il 6 Apr 2021
I suspect the curly braces are incorrect as well. Just use parentheses.

Accedi per commentare.

Categorie

Scopri di più su Loops and Conditional Statements in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by