Community Profile

photo

Otavio Carpinteiro


Last seen: nästan 3 år ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Answered
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...

nästan 3 år ago | 0

| accepted

Question


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(...

nästan 3 år ago | 2 answers | 0

2

answers

Answered
how a matlab .m code can write text in a GUI textarea?
I'm closing this request, thanks.

nästan 4 år ago | 0

| accepted

Question


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...

nästan 4 år ago | 2 answers | 0

2

answers