Community Profile

photo

Michael Völker


Con actividad desde 2011

Professional Interests: signal processing in MRI

Estadísticas

All
  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 3
  • GitHub Submissions Level 1
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • Solver

Ver insignias

Content Feed

Ver por

Respondida
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 10 años hace | 0

| aceptada

Respondida
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 11 años hace | 35

| aceptada