Feeds
답변 있음
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 ...
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년 초과 전 | 1