Circuit Analysis
,MATLAB
• MATrix LABoratory
• Developed by MathWorks
• Used for scientific computing (engineering, biology, astronomy etc
• Easy to understand syntax
• Fast array operations
, Creating variables and arithmetic
• a=1
• b=2
• c=a+b
• +,-,*,/, ^, exp(), sin(), cos(), tan(), log, log10
Arrays and vectors
• A 1-dimensional array is called a vector.
(1 2 3)