Answered
get command return types
its fixed!

13 years ago | 0

Answered
get command return types
when i do gasclopt = namelist{2,1}; it gives ???Conversion to char from cell is not possible

13 years ago | 0

Answered
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 years ago | 0

Question


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...

13 years ago | 5 answers | 0

5

answers

Answered
How do i put content in a text box into a list in GUI?
ah i fixed it, turns out i forgot to put global at the palce where i made the array, gah such a stupid mistake, sorry about wast...

13 years ago | 0

Answered
How do i put content in a text box into a list in GUI?
it says char

13 years ago | 0

Answered
How do i put content in a text box into a list in GUI?
it didnt work....still gives me some weird error

13 years ago | 0

Question


How do i put content in a text box into a list in GUI?
I am trying to put content inside a text box into a list. So i make a list, namelist = cell(2,6), and then i did namel...

13 years ago | 5 answers | 0

5

answers

Question


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...

13 years ago | 1 answer | 0

1

answer

Question


how to write information into text boxes after GUI runs?
I am trying to write strings into a text box after the GUI starts running. i tried to use 'set' command, this is what i have ...

13 years ago | 1 answer | 0

1

answer

Answered
How do i make a List box directory reader?
problem solved

13 years ago | 0

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 2 answers | 0

2

answers

Question


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...

13 years ago | 1 answer | 0

1

answer