random selection for .csvfile
古いコメントを表示
i have 4 .csvfiles imported into my code like this
Choice1= readtable ('computerchoice1.csv');
Choice2= readtable ('computerchoice2.csv');
Choice3= readtable ('computerchoice3.csv');
Choice4= readtable ('computerchoice4.csv');
how do i wirte code for it to randomly select one of them and to use with the rest of the code
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Verification, Validation, and Test についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!