what do i use instead of &&
Ältere Kommentare anzeigen

2 Kommentare
Rik
am 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
am 6 Apr. 2021
Agreed. Chs 5 and 12 in particular.
Antworten (1)
Kojiro Saito
am 6 Apr. 2021
Possibly,
ABOVE_AVG = Gradess(Grades{:,2} >= a & Grades{:,2} >= b, :)
1 Kommentar
Cris LaPierre
am 6 Apr. 2021
I suspect the curly braces are incorrect as well. Just use parentheses.
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!