what do i use instead of &&
显示 更早的评论

2 个评论
Rik
2021-4-6
If you have trouble with Matlab basics you may consider doing the Onramp tutorial (which is provided for free by Mathworks).
Cris LaPierre
2021-4-6
Agreed. Chs 5 and 12 in particular.
回答(1 个)
Kojiro Saito
2021-4-6
Possibly,
ABOVE_AVG = Gradess(Grades{:,2} >= a & Grades{:,2} >= b, :)
1 个评论
Cris LaPierre
2021-4-6
I suspect the curly braces are incorrect as well. Just use parentheses.
类别
在 帮助中心 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!