CHAPTER 1: GNU OCTAVE (GUI) Flashcards
GNU Octave?
A high-level programming language intended for scientific computing and numerical solutions
Purpose of Octave
- It helps in solving linear and nonlinear problems numerically
- Perform other numerical experiments using a language that is most compatible with MATLAB
Octave is written in ____
C++ using the C++ standard library
Octave includes a_____ in addition to the traditional Command Line Interface (CLI)
Graphical User Interface (GUI)
MATLAB
Matrix Laboratory
Purpose of Command Window
entering variables and running programs
Purpose of Figure Window
contains output from graphic commands
Purpose of Editor Window
creates and debugs script and function files
Purpose of Help Window
provides help information
Purpose of command history window
logs commands entered in the command window
Purpose of Workspace window
provides info about the variables used
Function fix(x)
round towards 0
Function ceil(x)
round towards +infinity
Function floor(x0
round towards -infinity
Function rem(x,y)
returns the remainder