Statistics
All
RANK
804
of 258.180
REPUTATION
72
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
32
RANK
2.515 of 17.794
REPUTATION
620
AVERAGE RATING
4.80
CONTRIBUTIONS
7 Files
DOWNLOADS
17
ALL TIME DOWNLOADS
5673
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Answered
how do I plot one channel of data when I have 100 channels?
data = randn(100,300); % bad example for actual data channel = 76; % select channel to plot figure, plot(...
how do I plot one channel of data when I have 100 channels?
data = randn(100,300); % bad example for actual data channel = 76; % select channel to plot figure, plot(...
más de 8 años ago | 0
| accepted
Answered
To find the maximum value in a matrix?
Starting in R2018b, you can use the following command to find the maximum over all elements in an array A: M = max(A, [], 'all'...
To find the maximum value in a matrix?
Starting in R2018b, you can use the following command to find the maximum over all elements in an array A: M = max(A, [], 'all'...
más de 9 años ago | 32
| accepted