• Remix
  • Share
  • New Entry

on 8 Oct 2021
  • 1
  • 88
  • 0
  • 0
  • 89
%% Here comes the Winner :-)
clf;
colormap ("default");
[x,y,z] = peaks (50);
x1 = max (x(:));
pcolor (x-x1, y-x1/2, z);
hold on;

Image

Remix Tree