Can I ask how can I make randomphase by using code??
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Chris
am 30 Okt. 2021
Beantwortet: Walter Roberson
am 30 Okt. 2021
Can I ask how can I make randomphase by using code??
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 30 Okt. 2021
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Specialized Power Systems finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!