Latin Square of our own symbols

2 次查看(过去 30 天)
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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Assembly 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by