readmatrix​関数でユーザーがファ​イル選択ダイアログボ​ックスで選択したファ​イルを取り込む方法

10 views (last 30 days)
圭祐
圭祐 on 1 Dec 2022
Answered: Hernia Baby on 1 Dec 2022
readmatrix関数にユーザーがダイアログボックスから選択したファイルを代入したいです。
[file,path]=uigetfaile('.csv');
T=fullfile(path,file);
readmatrix(T);
みたいな感じで書きたいですが、上記だとエラーが出てしまいます。
なにかいい方法をご教示いただけないでしょうか?

Accepted Answer

Hernia Baby
Hernia Baby on 1 Dec 2022
uigetfileの名前が間違っております

More Answers (0)

Tags

Products


Release

R2015b

Community Treasure Hunt

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

Start Hunting!