Michael Völker
自 2011 起处于活动状态
Followers: 0 Following: 0
Professional Interests: signal processing in MRI
Feeds
已回答
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 前 | 0
| 已接受
已回答
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 前 | 36
| 已接受