Feeds
已回答
GUI toggle button--> while loop operation--> array issue
define a counter before the while statement counter=1; while get(hObject,'Value') tic; pause(0.5); ...
GUI toggle button--> while loop operation--> array issue
define a counter before the while statement counter=1; while get(hObject,'Value') tic; pause(0.5); ...
14 years 前 | 0
| 已接受
提问
GUI toggle button--> while loop operation--> array issue
BIG PICTURE--> I created a GUI for serial port data acquisition, where I use a toggle button to control a while statement for ...
14 years 前 | 1 个回答 | 0
1
个回答提问
calling shared lib functions - serial port
Big picture: I'm interested in controling a device through MatLab which has a shared library of functions; to open a serial port...
14 years 前 | 1 个回答 | 0
