Download presentation
Presentation is loading. Please wait.
Published byCaitlin Sims Modified over 9 years ago
1
Introduction to Programming on MATLAB Ecological Modeling Course Sep 11th, 2006
2
MATLAB Windows Command Window Workspace Command History Editor Window
3
1. Command Window It is the main window where you type commands directly to the interpreter. It can show you errors when you debug MATLAB files. (e.g. type of error or location of error)
4
Examples for applications: 1. Save data 2. View data value 3. Plot figures
5
2. Workspace Current Directory ----your work need to be processes in one directory Workspace ----show you the name of each variable and its size
6
3. Command History Show you a lot of statements which were recently used in the command window
7
4. Editor Window It is a simple text editor where you can load, edit and save MATLAB programs. It has a menu command (Debug / Run).
8
Variable types Scalar Vector Matrix
9
Data import Direct input in your m-file Read data from xls-file
10
Input Ecosystem Model Output Forward analysis Scalar Scalar Vector Vector Matrix Matrix Technical route Scalar Scalar Vector Vector Matrix Matrix Equations Equations Algorithm Algorithm
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.