Lesson 1.1 - Octave Tutorial / Matlab Introduction to Octave

4 months ago
3

Lesson 1.1 – Octave
• Octave is a software featuring a high-level programming language.
• Octave helps solve linear and nonlinear problems
• Octave is free and can be downloaded on Octave website gnu.org/software/octave/GNU
• Octave has the command windows and editor section which can be executed for coding
• Simple exercise:
• 1+1
• 5+6
• A=0.1
• A=5
• A+1
• Help function can be used to help explain that which you do not understand on octave
• clc to clear the screen
• note octave is capital letters sensitive
• Short cut to Octave
• therefore, CLC is not the same as clc

Loading comments...