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.
usage!. Matlab uses copy-on-write, so passing pointers (adresses) to a function will not speed it up. Change variable class to potentially save memory (Ram) using: int8, int16, int32, int64, double, char, logical, single You can turn the standard (mostly) Just-In-Time compilation o using: feature accel o . You can use
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}