Can I ask how can I make randomphase by using code??

 採用された回答

Walter Roberson
Walter Roberson 2021 年 10 月 30 日

0 投票

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)))
rp1 = "thistlery glochideous crea"
rp2 = strjoin(S(randperm(length(S), 3)))
rp2 = "secretary crea anagraph"

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeProgramming についてさらに検索

製品

質問済み:

2021 年 10 月 30 日

回答済み:

2021 年 10 月 30 日

Community Treasure Hunt

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

Start Hunting!

Translated by