Latin Square of our own symbols

2 visualizzazioni (ultimi 30 giorni)
sadiqa ilyas
sadiqa ilyas il 1 Gen 2020
Commentato: sadiqa ilyas il 1 Gen 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 Commento
sadiqa ilyas
sadiqa ilyas il 1 Gen 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

Accedi per commentare.

Risposta accettata

Walter Roberson
Walter Roberson il 1 Gen 2020

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by