photo

sheshu kumar


Aktiv seit 2019

Followers: 0   Following: 0

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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,...

fast 5 Jahre vor | 0