搜索资源列表
AMT
- figure imagesc(Img,[0 255]) colormap(gray) hold on bw = roipoly phi = 2*(0.5-bw) tic for n = 1:200 phi = Evo_ILF_2D(phi,mu,lambda,epsilon,timestep,Img_lap) pause(0.05) imagesc(Img, [0, 255]) colormap(gray) hold on [c,h] = c
darkb2r
- 程序为matlab能画出红白蓝三色的colormap调用程序。-This program can draw a matlab colormap in red, white and blue.