답변 있음 get command return types
when i do gasclopt = namelist{2,1}; it gives ???Conversion to char from cell is not possible
대략 13년 전 | 0
답변 있음 get command return types
so i have
if strcmp (filelist(i).name(1:3), namelist(1,1))
gasclopt = namelist(2,1);
so when i pass namelist(2,1) into g...
대략 13년 전 | 0
질문
get command return types
when I use the get command to return the contents of a textbox, using
get(jObject, 'String')
i get something like 'abc', if...
nested popup boxes?
I use inputdlg to get a popup box when i pressed a button in my GUI. now i need another popup to come up when i press a button i...
Function calling problem
i am trying to call a function from another function. the function i am trying to call is named alignment_ladder_arson. the code...
대략 13년 전 | 답변 수: 0 | 0
0
답변
질문
How do i make a List box directory reader?
[EDIT: 20110907 15:29 CDT - merge third duplicate - WDR]
[EDIT: 20110907 11:23 CDT - merge second duplicate - WDR]
[EDIT: 2011...
대략 13년 전 | 답변 수: 2 | 0
2
답변
질문
How can i get a popup from a push button?
How can i get another GUI to popup after i press a push button? So when i press the push button, a popup box will come up and th...