David
2011 年からアクティブ
Followers: 0 Following: 0
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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0
