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년 전 | 0
