what do i use instead of &&
Show older comments

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