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!