Beantwortet while get uicontrol not working
Hi Jan
Thank you for your response!
.
.
.
while (~get(h,'Value'))
drawnow
%% do somthing....
end
...
fast 14 Jahre vor | 0
Frage
while get uicontrol not working
Hi all
I am using uicontrol to get value from user . I am using while loop to run until checkbox is checked.
fig = figure;
...
Beantwortet Sending data via TCP from Matlab to c
Hi Walter
thank you for the quick response!
The c application require the massege length and its data.
How can I send t...
etwa 14 Jahre vor | 0
Frage
Sending data via TCP from Matlab to c
Hi all
I am trying to send data from matlab to c.
In order to do so I am using the function fwrite.
My question is : how to sen...