Michael Völker
Active since 2011
Followers: 0 Following: 0
Statistics
All
RANK
985
of 301,511
REPUTATION
80
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
36
RANK
2,614 of 21,308
REPUTATION
660
AVERAGE RATING
4.80
CONTRIBUTIONS
7 Files
DOWNLOADS
11
ALL TIME DOWNLOADS
6070
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
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







