From: pako on
Hi
I am new in Matlab but i am struggling hard. I ve made a gui with a list box
I also made a function that is working perfect in what i want but i used as input all
the files from list box (fn =dir('AS*')). The problem is that this function i want to be executed only for file names selected by the user from the listbox and not for the whole dir.
The files are text and data, i am using importdata and i create a struct with the text info and the data.
So i was wandering how could i implement the user selected files in dir function?
Thanks in advance