Can I ask how can I make randomphase by using code??
1 次查看(过去 30 天)
显示 更早的评论
Can I ask how can I make randomphase by using code??
0 个评论
采纳的回答
Walter Roberson
2021-10-30
S = [ "globigerine"
"unhurried"
"anagraph"
"desultoriness"
"pigroot"
"heftily"
"lucubration"
"tetraphenol"
"sauropsidian"
"magnetophonograph"
"coronach"
"encryption"
"diode"
"oppressed"
"trenchward"
"irresistibly"
"epidermatous"
"nonlogical"
"gynospore"
"secretary"
"pleurobranchiate"
"craniographer"
"scrupulousness"
"crea"
"Guesdist"
"ferrety"
"kinkily"
"ancestorial"
"substitutional"
"magnetify"
"thistlery"
"Monimia"
"excitableness"
"roscoelite"
"scornful"
"aspartic"
"Prunus"
"misrelate"
"lentisc"
"glochideous"
];
rp1 = strjoin(S(randperm(length(S), 3)))
rp2 = strjoin(S(randperm(length(S), 3)))
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Specialized Power Systems 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!