• Remix
  • Share
  • New Entry

on 9 Oct 2021
  • 5
  • 27
  • 0
  • 0
  • 279
set(gcf,'Color','b')
[U,S,V]=svd(magic(953));
mesh(max(conv2(max(U*S*V,V*S*U),ones(20))/4e4,2.9e3))
axis off
set(gca,'CameraPosition',550*[6,-8,80],'CameraViewAngle',4,'CameraTarget',110*[2 10 20])
A=[0 9 8;0 4 1;2 7 1;2 4 0;3 2 1;4 4 4;9 9 9]/10;
colormap(interp1([.9,1:6],A,(9:60)/10))
Remix Tree