Hi,
but that leads me off the actual problem. I worry about the case that the given filename is entered without extension. However, a filter eg. ".mat" was specified. I could attach the ".mat" in my function but how can I know that the user specified "*.mat" ...
Hi JockeK,
thanks for your advise. Bit the thirs argument 'filetrindex' applies for Matlab Versions from 6.5 only doesn't it? I only have Version 6.2 available. What can I do?
Regards,
Kai
Hi,
you can use a GridFlex ActiveX control to display your data. That is very convinient and it looks nice as well. You can find a sample at
http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=3477&objectType=file
Regards,
Kai
Hi,
I use UIPUTFILE to query for a path % file. Also 4 different file extensions are given in the query figure (*.eps, *.bmp, *.tif, *.jpg).
How can I retrieve the file extension selected by the user?
The user selects *.jpg for example. The entered filename is "test" only. How can I...
Hi there,
can anyone tell me, how one has to implement events for ActiveX components in figures? I included the statement 'h=actxcontrol('dridflex',fig,{'Click','Gridfunction'})' in my figure file. Then 'Gridfunction' has to be an explicit .m file. However, I want to include the activeX...
Hi,
how can one pass data into an axes object without activating it with 'axes(handle)'. I want to implement another figure, which is on top of the axes figure, which queries data from the user and passes it into the underlying axes figure. However, I always have to activate the underlying axes...
Hi,
I included the MS FexGrid Control in one of my matlab GUIs. The control works fine. However, when I call the GUI figure from another figure, the Grid ActiveX Control is not visible anymore. It doesn't seem to be there at all. Launching the figure with the ActiveX control alone works fine...