Community Profile

photo

Dani


Last seen: 14 days ago Active since 2020

Followers: 0   Following: 0

Message

Statistics

  • First Answer
  • Revival Level 1
  • First Review

View badges

Feeds

View by

Answered
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 ...

4 years ago | 1