what do i use instead of &&
2 views (last 30 days)
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).
Answers (1)
Kojiro Saito
on 6 Apr 2021
Possibly,
ABOVE_AVG = Gradess(Grades{:,2} >= a & Grades{:,2} >= b, :)
1 Comment
See Also
Categories
Find more on Get Started with MATLAB 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!