Matlab Enviroment Flashcards
Matlab vs. c++
Matlab=special purpose
C++=general purpose
Matlab disadvantages
Slower execution times
More costly
What is the command window?
To enter commands and execute immediately
What is the edit window?
To create modify and debug .mfiles
What is the purpose of figurewindow.
To display graphics
What command clears tge workspace?
Clear
What command checks variables in workspace?
Whos
What command clears the entire command window.
Clc
List 3 commands to seek help.
Help
lookfor
doc
Matlab Advantages
Ease of use
Platform independent
Graphical user interface
Matlab complier
What is docking?
To put matlab window in the matlab desktop.
What is undocking?
Make the window independent of the matlab desktop.
What is computing?
To communicate with the computer and tell it what to do.
What is computational thinking?
A set of problem solving skills to simplify the task.
What is the top down approach?
Start with a large task and break it down into smaller tasks.