已回答 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')));" ?
10 years 前 | 0
已回答 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 ...
已回答 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...
已回答 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?
%...