i want to store the values entered in uitable (gui)....so as to use it in future .......

3 visualizzazioni (ultimi 30 giorni)
i want to store the values entered in uitable (gui)....so as to use it in future .......

Risposte (1)

Azzi Abdelmalek
Azzi Abdelmalek il 3 Mag 2014
If You want to use it after another execution of your gui file, store it in a mat file
save yourfile yourmatrix
If you want to store it during the execution of your gui file you can use guidata
handles.yourmatrix=yourmatrix
guidata(hObject,handles)
To get your matrix
yourmatrix=handles.yourmatrix
  1 Commento
Azzi Abdelmalek
Azzi Abdelmalek il 3 Mag 2014
Mono commented
unable to undrstnd.... my uitable tag named as gendetail and size is 16*5 ... n file name is using table ...so plz tell me the syntax regarding these tags....

Accedi per commentare.

Categorie

Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by