Latin Square of our own symbols

2 ビュー (過去 30 日間)
sadiqa ilyas
sadiqa ilyas 2020 年 1 月 1 日
コメント済み: sadiqa ilyas 2020 年 1 月 1 日
Hi I want to construct latin square of my own numbers e.g A =[2 0 9 8] . How can I construct in matlab?
  1 件のコメント
sadiqa ilyas
sadiqa ilyas 2020 年 1 月 1 日
I have used this code
C1 = {'2','0','9','8'}
idx = latsq(numel(C1))
M = C1(idx)
p=cell2mat(M)
out put is
'2098'
'0982'
'9820'
'8209'
I want in matrix form.Can any one help me

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2020 年 1 月 1 日
  1 件のコメント
sadiqa ilyas
sadiqa ilyas 2020 年 1 月 1 日
Thanks

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAssembly についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by