Statistics
RANK
12,650
of 297,016
REPUTATION
4
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Selecting random number from martrix
one way to do it is row = randperm(10); row = row(1:5); result = your_matrix(row,:);
13 years ago | 0
| accepted
Question
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 ...
13 years ago | 1 answer | 0
1
answerRepeat outputs with analogoutput without requiering to use putdata repetadly
set(ao_Ref,'RepeatOutput',num) where num is an integer or inf for continuous output.
13 years ago | 0