Statistik
RANG
12.569
of 295.486
REPUTATION
4
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
0
RANG
of 20.236
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Beantwortet
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,:);
etwa 13 Jahre vor | 0
| akzeptiert
Frage
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 ...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortBeantwortet
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.
etwa 13 Jahre vor | 0