Cite the error number

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

댓글 수: 1

Rik
Rik 2019년 3월 4일
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.

답변 (1개)

Andrei Bobrov
Andrei Bobrov 2019년 3월 3일
편집: Andrei Bobrov 2019년 3월 3일

0 개 추천

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

이 질문은 마감되었습니다.

제품

릴리스

R14SP1

태그

질문:

2019년 3월 3일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by