readmatrix関数でユーザーがファイル選択ダイアログボックスで選択したファイルを取り込む方法
조회 수: 4 (최근 30일)
이전 댓글 표시
readmatrix関数にユーザーがダイアログボックスから選択したファイルを代入したいです。
[file,path]=uigetfaile('.csv');
T=fullfile(path,file);
readmatrix(T);
みたいな感じで書きたいですが、上記だとエラーが出てしまいます。
なにかいい方法をご教示いただけないでしょうか?
댓글 수: 0
채택된 답변
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!