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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
