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

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

 Respuesta aceptada

Hernia Baby
Hernia Baby el 1 de Dic. de 2022

0 votos

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

Más respuestas (0)

Categorías

Más información sobre データのインポートと解析 en Centro de ayuda y File Exchange.

Productos

Versión

R2015b

Etiquetas

Preguntada:

el 1 de Dic. de 2022

Respondida:

el 1 de Dic. de 2022

Community Treasure Hunt

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

Start Hunting!