User Tools

Site Tools


Sidebar

[[people:ContactList|ContactList]]\\ [[protocols:Protocols|Protocols]]\\ [[logs:LogSheets|LogSheets]]\\ [[computing:Computing|Computing]]\\ [[protocols:EotW|EotW]]\\ [[protocols:IssueTracker|IssueTracker]]\\ **Reference** [[guides:Guides|HowToGuides]]\\ [[guides:Manuals|Manuals]]\\ [[literature:Literature]]\\ [[jclub:JournalClub|JournalClub]]\\ [[people:LabAlumni|LabAlumni]]\\ [[analysis:DataAnalysis|DataAnalysis]]\\ **Training** [[guides:TheBasics|TheBasics]]\\ [[tutorials:TutorialList|TutorialList]]\\ [[guides:About|About this wiki]] **Beyond the lab** [[Fellowships]]\\ [[Advice for...]]\\ **Admin** [[orphanswanted|OrphansWanted]]\\

analysis:matlabtricks

**This is an old revision of the document!** ----

A PCRE internal error occured. This might be caused by a faulty plugin

==== Plotting ==== * To plot an ''imagesc'' with NaNs transparent, do this: <code matlab> h = imagesc(X,Y,C) set(h,'alphadata',~isnan(C)) </code>

analysis/matlabtricks.1408739157.txt.gz · Last modified: 2018/04/17 15:21 (external edit)