Monday, September 10, 2012

Week One Progress (SEM 2)

I started with programming part i was focusing on learn and practice the fundamental of MATLAB. On the week one:

  • I explored about MATLAB command window, workspace, array editor and command history.
  • Then I started to practice simple mathmetical operation commands such as addition, subtraction, multiplication, division, exponentiation square root (+, -, *, /, ^, sqrt).
  • Then I learnt how to address the operation by using (%) command . 
  • After that I discovered what predefined variables (pi, Inf, NaN, i, j) stands for.
  • Also I learnt how to cancel an input command and the output without deleting by using (clear) command.
  • Then enter trigonometric functions commands (sin, cos, tan, sec, csc, cot).
  • Then the inverse trigonometric function commands (asin, acos, atan, asec, acsc, acot) wich usually used in 2D Plotting
  • After that I studied how to enter hyperbolic functions  using (sinh, cosh, tanh, sech, csch, coth) commands
  • Lastly  for week one I learnt how command inverse trigonometric functions (asinh, acosh, asech, acsch, acoth)

No comments:

Post a Comment