• Remix
  • Share
  • New Entry

on 8 Oct 2021
  • 1
  • 21
  • 0
  • 0
  • 143
%% Winner :-)
clf;
colormap ("default");
img = 1 ./ hilb (20);
x = -5:5;
y = -5:5;
% subplot (2,2,1);
h = imagesc (x, y, img);
ylabel ("limits = [-5.5, 5.5]");
title ("imagesc (x, y, img)");

Image

Remix Tree