Advertisement
Guest User

Untitled

a guest
Jun 30th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. f=figure;
  2. axes1 = axes('Parent',f);
  3. subplot(2,4,1)
  4. imagesc(corrFA)
  5. title('Coff Corr FA');
  6. set(axes1,'CLim',[MIN 1],'XTickLabel',...
  7. {'FACT','Kutta','Stream','Tens','SHORE','CSD'}, ...
  8. 'XAxisLocation','top','YTickLabel',...
  9. {'FACT','Kutta','Stream','Tens','SHORE','CSD'});
  10. axis image;
  11. colormap jet;
  12. colorbar
  13.  
  14. f=figure;
  15. axes1 = axes('Parent',f);
  16. subplot(2,4,1)
  17.  
  18. f=figure;
  19. subplot(2,4,1)
  20. axes1 = gca;
  21. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement