簡単なデモファイルを作成しました(添付)。
ボタンを押すと以下のようなプログラムが動きます。
[filename,path] = uigetfile("*.csv","データを選択");
A = readtable(fullfile(path,filename));
idx = A.Value == 1;
app.DropDown.Items = table2cell(A(idx,1));
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!