what do i use instead of &&
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
2 comentarios
Rik
el 6 de Abr. de 2021
If you have trouble with Matlab basics you may consider doing the Onramp tutorial (which is provided for free by Mathworks).
Respuestas (1)
Kojiro Saito
el 6 de Abr. de 2021
Possibly,
ABOVE_AVG = Gradess(Grades{:,2} >= a & Grades{:,2} >= b, :)
1 comentario
Cris LaPierre
el 6 de Abr. de 2021
I suspect the curly braces are incorrect as well. Just use parentheses.
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!