Feeds
已回答
How to plot a temperature colored map
load('A.mat') x = A(:,1) ; y = A(:,2) ; z = A(:,3) ; nx = length(unique(x)) ; ny = length(unique(y)) ; X = reshape(x,...
How to plot a temperature colored map
load('A.mat') x = A(:,1) ; y = A(:,2) ; z = A(:,3) ; nx = length(unique(x)) ; ny = length(unique(y)) ; X = reshape(x,...
6 years 前 | 0