1 / 10

Introduction to Programming on MATLAB

Introduction to Programming on MATLAB. Ecological Modeling Course Sep 11th, 2006. MATLAB Windows. Command Window Workspace Command History Editor Window. 1. Command Window. It is the main window where you type commands directly to the interpreter.

major
Download Presentation

Introduction to Programming on MATLAB

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  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. Technical route Input Output Ecosystem Model • Scalar • Vector • Matrix • Scalar • Vector • Matrix • Equations • Algorithm Forward analysis

More Related