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.
docsearch string search documentation web google.com opens webadress inputdlg Input dialog box methods(A) list class methods for A Statistical commands ... For functions on matrices, see bsxfun,arrayfun or repmat *if arrayfun/bsxfun is passed a gpuArray, it runs on GPU. *Standard operations: rank,rref,kron,chol ...
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}