Feeds
提问
Updating a data file for a compiled application
I have a matlab application that uses a .mat file where the database is stored. When I create the application I included the .ma...
9 years 前 | 1 个回答 | 1
1
个回答提问
How to include tabs in a GUI static text?
I am using: set(handles.txt_result, 'String', result); where the result has tabs and changing lines in the form '\t' and...
9 years 前 | 0 个回答 | 0
0
个回答提问
How to avoid multiple file load in GUI?
I am doing a GUI and I am loading a .mat file with the data i need. So I call the file with load('file.mat') in the openingFcn. ...
9 years 前 | 1 个回答 | 0
