Community Profile

photo

Dani


Last seen: 9 días hace Con actividad desde 2020

Estadísticas

  • First Answer
  • Revival Level 1
  • First Review

Ver insignias

Content Feed

Ver por

Respondida
Using data cursor with pcolor
% Create data [X,Y] = meshgrid(-2:0.2:2,-2:0.2:2); Z = X.*exp(-X.^2 - Y.^2); % Plot figure hP = surf(X,Y,0*Z,Z); % surf ...

casi 4 años hace | 1