what do i use instead of &&

4 visualizaciones (últimos 30 días)
Eris Rusnac
Eris Rusnac el 6 de Abr. de 2021
Comentada: Cris LaPierre el 6 de Abr. de 2021
  2 comentarios
Rik
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).
Cris LaPierre
Cris LaPierre el 6 de Abr. de 2021
Agreed. Chs 5 and 12 in particular.

Iniciar sesión para comentar.

Respuestas (1)

Kojiro Saito
Kojiro Saito el 6 de Abr. de 2021
Possibly,
ABOVE_AVG = Gradess(Grades{:,2} >= a & Grades{:,2} >= b, :)
  1 comentario
Cris LaPierre
Cris LaPierre el 6 de Abr. de 2021
I suspect the curly braces are incorrect as well. Just use parentheses.

Iniciar sesión para comentar.

Categorías

Más información sobre Loops and Conditional Statements en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by