User Tools

Site Tools


analysis:matlabtricks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

analysis:matlabtricks [2014/08/22 16:29]
mvdm
analysis:matlabtricks [2018/07/07 10:19]
Line 1: Line 1:
-==== Plotting ==== 
  
-* To plot an ''​imagesc''​ with NaNs transparent,​ do this: 
- 
-<code matlab> 
-h = imagesc(X,​Y,​C);​ 
-set(h,'​alphadata',​~isnan(C));​ 
-</​code>​ 
-    ​ 
-(this is helpful when plotting 2D tuning curves, for instance; pcolor() is not recommended) 
-    ​ 
-* To eliminate the large borders when using subplots, use ''​subtightplot()''​ instead. 
analysis/matlabtricks.txt ยท Last modified: 2018/07/07 10:19 (external edit)