Latin Square of our own symbols

1 Ansicht (letzte 30 Tage)
sadiqa ilyas
sadiqa ilyas am 1 Jan. 2020
Kommentiert: sadiqa ilyas am 1 Jan. 2020
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 Kommentar
sadiqa ilyas
sadiqa ilyas am 1 Jan. 2020
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

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 1 Jan. 2020

Weitere Antworten (0)

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by