Advertisement
Guest User

Untitled

a guest
May 31st, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. % number attribution from range [0,max_steps]
  2. %assigning colour according to number of steps
  3. R(j,k)=l;
  4. end
  5. end
  6. % coloristic map
  7. %colormap (hot);
  8. colormap('default');
  9. brighten(0.5);
  10. % function displays matrix R as animage
  11. % value of point (i,j) is the color of this point on the graph 85 imagesc (R);
  12. colorbar;
  13. % turning off the backround, signatures etc. 89 axis off;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement