Cite the error number

courses are stored in a matrix M. It is required from you

1 comentario

Rik
Rik el 4 de Mzo. de 2019
It looks like you edit away most of your question (or Andrei took a wild guess). If that is the case, please undo your edit.
If this is your original question, please give more details instead of flagging your own question as being unclear.

Respuestas (1)

Andrei Bobrov
Andrei Bobrov el 3 de Mzo. de 2019
Editada: Andrei Bobrov el 3 de Mzo. de 2019

0 votos

M = randi([1,200],15,8);
S = flip(string(['A':'D','F']'),1)
[~,~,a] = histcounts(M,[-inf,60:10:90,inf]);
out = S(a);

La pregunta está cerrada.

Productos

Versión

R14SP1

Etiquetas

Preguntada:

el 3 de Mzo. de 2019

Cerrada:

el 20 de Ag. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by