Statistica
RANK
12.569
of 295.486
REPUTAZIONE
4
CONTRIBUTI
1 Domanda
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risposto
Selecting random number from martrix
one way to do it is row = randperm(10); row = row(1:5); result = your_matrix(row,:);
Selecting random number from martrix
one way to do it is row = randperm(10); row = row(1:5); result = your_matrix(row,:);
circa 13 anni fa | 0
| accettato
Domanda
Generating two different frequencies with NI-DAQ 6251 Analog output
Hi, I want to use my DAQ as a function generator to generate two different frequencies continuously. A simple code like ...
circa 13 anni fa | 1 risposta | 0
1
rispostaRisposto
Repeat outputs with analogoutput without requiering to use putdata repetadly
set(ao_Ref,'RepeatOutput',num) where num is an integer or inf for continuous output.
Repeat outputs with analogoutput without requiering to use putdata repetadly
set(ao_Ref,'RepeatOutput',num) where num is an integer or inf for continuous output.
circa 13 anni fa | 0