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

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

 Réponse acceptée

Hernia Baby
Hernia Baby le 1 Déc 2022

0 votes

uigetfileの名前が間違っております

Plus de réponses (0)

Catégories

En savoir plus sur データのインポートと解析 dans Centre d'aide et File Exchange

Produits

Version

R2015b

Tags

Community Treasure Hunt

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

Start Hunting!