Introduction to MATLAB:
MATLAB (MATrix LABoratory) is a fully-functional programming language Original code written by Cleve Moler of UNM in the 1970s, later rel d i l k b leased as a commerc i al pac kage b y M th k a wor ks, Inc. Ori g y inall y intended for interactive numerical computations I t f ith itt i I n ter faces with programs written i n other languages(C++, Fortran)
MATLAB basics:
MATLAB can be thought of as a super-powerful graphing calculator with many more buttons (i.e. built-in functions) You can build up your own set of functions suited for a particular operation It is an interpreted programming language -commands are executed line by line It is capable of graphically representing computational results simultaneously. - Not possible in C++, Fortran
MATLAB as a calculator:
Basic arithmetic operators (+, –, *, /) used in conjunction with brackets ( )
Post a Comment