Transcription of Matlab Cheat Sheet Built in functions/constants Tables ...
{{id}} {{{paragraph}}}
Matlab Cheat SheetSome nifty commandsclcClear command windowclearClear system memoryclear xClear x from memorycommandwindowopen/select commandwindowwhoslists data structureswhos xsize, bytes, class and attributes of xansLast resultclose allcloses all figuresclose(H)closes figure Hwinopen(pwd)Open current folderclass(obj)returns objects classsave filenamesaves all variables to .mat filesave filename x,ysaves x,y variables to .mat filesave -append filename xappends x to .mat fileload filenameloads all variables from .mat fileverLists version and toolboxesbeepMakes the beep sounddoc functionHelp/documentation for functiondocsearch stringsearch documentationweb webadressinputdlgInput dialog boxmethods(A)list class methods for AStatistical commandsdistrndrandom numbers from distdistpdfpdf from distdistcdfcdf distdistrndrandom numbers from disthist(x)histogram of xhistfit(x)histogram and*Standard distributions (dist): norm, t, f, gam, chi2, bino*Standard functions: mean,median,var,cov(x,y),corr(x,y),*quan tile(x,p) isnottextbook version.
style for plots datetick(’x’,yy) time series axis plotyy(x1,y1,x2,y2) plot on two y axis ... Programming commands return Return to invoking function exist(x) checks if x exists ... Matlab is a column vector based language, load memory columnwise rst …
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}