Transcription of A Quick Tutorial on MATLAB - Electrical Engineering and ...
{{id}} {{{paragraph}}}
A Quick Tutorial on MATLABG owtham BellalaMATLAB MATLAB is a software package for doing numerical computation. It was originally designed for solving linear algebra type problems using matrices. It s name is derived from MATrix LABoratory. MATLAB has since been expanded and now has built-in functions for solving problems requiring data analysis, signal processing, optimization, and several other types of scientific computations. It also contains functions for 2-D and 3-D graphics and Variable names Variable names are case sensitive. Variable names can contain up to 63 characters ( as of MATLAB and newer). Variable names must start with a letter and can be followed by letters, digits and :>> x = 2;>> abc_123 = ;>> 1ab = 2;Error: Unexpected MATLAB expressionMATLAB Special Variables piValue of epsSmallest incremental number infInfinity NaNNot a number 0/0 i and ji = j = square root of -1 realminThe smallest usable positive real number realmaxThe largest usable positive real numberMATLAB Relational operators MATLAB supports six relational operators.
A Quick Tutorial on MATLAB ... MATLAB has since been expanded and now has built-in functions for solving problems requiring data analysis, signal processing, optimization, and several other types of scientific computations. ... % if the file contains numeric values, text and raw data values, then ...
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}