Feeds
已回答
Data acquisition toolbox - reading with different rates
As I mentioned before, the data acquisition toolbox lets me associate a data acquisition rate to a cDAQ. So, my first try was to...
Data acquisition toolbox - reading with different rates
As I mentioned before, the data acquisition toolbox lets me associate a data acquisition rate to a cDAQ. So, my first try was to...
4 years 前 | 0
| 已接受
提问
Data acquisition toolbox - reading with different rates
Hi all, Let us suppose the following code: dq = daq("ni"); dq.Rate = 25600; % 25,600 scans per second ch9234ai0 = addinput(...
5 years 前 | 2 个回答 | 0
2
个回答已回答
how a matlab .m code can write text in a GUI textarea?
I'm closing this request, thanks.
how a matlab .m code can write text in a GUI textarea?
I'm closing this request, thanks.
6 years 前 | 0
| 已接受
提问
how a matlab .m code can write text in a GUI textarea?
Let's suppose a simple file "test.m" with the following code: obj = app1; for i = 1:10 fprintf('\ni = %d\n', i); i...
6 years 前 | 2 个回答 | 0