Cite the error number
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
courses are stored in a matrix M. It is required from you
1 件のコメント
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
2019 年 3 月 3 日
編集済み: Andrei Bobrov
2019 年 3 月 3 日
M = randi([1,200],15,8);
S = flip(string(['A':'D','F']'),1)
[~,~,a] = histcounts(M,[-inf,60:10:90,inf]);
out = S(a);
0 件のコメント
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!