Réponse apportée
How to combine multiple nx1 size of matrix into one matrix
*Sorry, i want to clarify that now i am using a loop to generate matrices out and then store them into a new matrix .Can i still...

presque 10 ans il y a | 0

Réponse apportée
How to combine multiple nx1 size of matrix into one matrix
Where do you have your matrices? If you can get them into cell arrays like this: matrices = cell(1,2); matrices{1} = A; ...

presque 10 ans il y a | 1

Réponse apportée
Collecting User Inputs With Multiple GUI Windows?
Maybe you can make tabs or a "next" button on each window and for example when you press next you open another gui and close the...

presque 10 ans il y a | 0

Réponse apportée
making gui for serial port interfacing
I think you get a string but you need a num. Maybe try "port=serial(str2num(get(handles.edit_text_box,'string')));" ?

presque 10 ans il y a | 0

Réponse apportée
Inport vs Simin and Outport vs Simout
Simin reads data from matlab workspace and puts it out as a signal. Simout writes the signal to matlab workspace. Inport and ...

presque 10 ans il y a | 0

Réponse apportée
ButtonDownFcn function question on guitar tuner
There is no code in the buttonDownFcn, it don't seem to do anything and seems unnecessary? Anyway if you open the .fig file in ...

presque 10 ans il y a | 1

| A accepté

Réponse apportée
deactivate ButtonDownFcn ? stupid question
Maybe you can have for example a radio button. In your buttonDownFcn you can have an if statement to check if the radiobutton is...

presque 10 ans il y a | 0

| A accepté

Réponse apportée
How do I set the string of an edit text using a slider and vise versa?
If you want the edit box to update while the slider is being moved you should do as Geoff said. The solution is more simple if ...

presque 10 ans il y a | 0

Réponse apportée
GUI - What is the best language to make a commercial version?
With Matlab compiler you can make the GUI stand alone so it can run on computers without Matlab. Read about it here: http://www...

environ 10 ans il y a | 1

| A accepté

Réponse apportée
Make a test on UI CONTROL , style popupmenu
A pop-up menu with a empty string will not be rendered, it will not be visible. But maybe you want something like this? %...

environ 10 ans il y a | 0

Question


Insert radio button inside a listbox
I would like to insert a radiobutton on each row inside a listbox. How can this be done?

environ 11 ans il y a | 1 réponse | 0

1

réponse