Michael Völker
Active since 2011
Followers: 0 Following: 0
Professional Interests: signal processing in MRI
Statistics
All
RANK
936
of 295,673
REPUTATION
80
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
36
RANK
2,593 of 20,262
REPUTATION
650
AVERAGE RATING
4.80
CONTRIBUTIONS
7 Files
DOWNLOADS
18
ALL TIME DOWNLOADS
5972
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(...
11 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'...
12 years ago | 36
| accepted