• Remix
  • Share
  • New Entry

  • Chen Lin

  • /
  • CheerLights Pumpkin with Blue Eyes

on 28 Oct 2022
  • 4
  • 43
  • 0
  • 1
  • 273
writelines('t=webread("http://api.thingspeak.com/channels/1417/field/2/last.json");','x.m'),x
A = 2*ones(14,11);
A([1:2 14],[1 11]) = 3;
A([1 14],[2 10]) = 3;
A([5 6],[3:4 8:9]) = 1;
A(7,6) = 1;
A(10,[4 8]) = 1;
A(11,5:7) = 1;
image(A);
colormap([hex2rgb(t.field2); 1 0.4 0; 1 1 1]);
axis off;
Remix Tree