回答済み 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...