Michael Völker
Active since 2011
Followers: 0 Following: 0
Statistics
All
RANK
980
of 300,654
REPUTATION
80
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
36
RANK
2,608 of 21,038
REPUTATION
658
AVERAGE RATING
4.80
CONTRIBUTIONS
7 Files
DOWNLOADS
14
ALL TIME DOWNLOADS
6052
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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(...
12 years 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'...
13 years ago | 36
| accepted







