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!