Difference between revisions of "Main Page"

From Sutherland_wiki
Jump to: navigation, search
m
m (Matlab Tutorials)
Line 17: Line 17:
 
** creating m-files
 
** creating m-files
 
** MATLAB's Path
 
** MATLAB's Path
 +
 
* [[Matlab_Arrays|Creating and using arrays]]
 
* [[Matlab_Arrays|Creating and using arrays]]
 
** Creating matrices and vectors
 
** Creating matrices and vectors
 
** Arithmetic with arrays
 
** Arithmetic with arrays
 
** Accessing arrays
 
** Accessing arrays
 +
 
* [[Linear Systems in Matlab|Solving linear systems of equations]]
 
* [[Linear Systems in Matlab|Solving linear systems of equations]]
 +
 
* [[Matlab_Logic|Logic in MATLAB]]
 
* [[Matlab_Logic|Logic in MATLAB]]
 +
 
* [[Matlab_Loops|Loops in MATLAB]]
 
* [[Matlab_Loops|Loops in MATLAB]]
 +
 
* [[Matlab_Functions|Creating and using functions]]
 
* [[Matlab_Functions|Creating and using functions]]
 +
 
* [[Matlab_Plotting|Plotting]]
 
* [[Matlab_Plotting|Plotting]]
 +
** X-Y Plots
 +
** Surface plots
 +
** Bar charts and Histograms
 +
 
* [[Matlab_IO|Input/Output in Matlab]].  File input/output, saving variables to disk and loading variables, exporting figures, etc.
 
* [[Matlab_IO|Input/Output in Matlab]].  File input/output, saving variables to disk and loading variables, exporting figures, etc.
 +
 
* [[Matlab_Debug|Debugging in Matlab]]
 
* [[Matlab_Debug|Debugging in Matlab]]
  

Revision as of 12:24, 25 August 2008

Introduction

See the Help:Contents page for tips and help on editing pages.

This wiki is intended to provide resources for students. All Chemical Engineering students should be able to log in using their departmental user name and password. You may then edit any of these pages. Feel free to use the "discussion" tab on each page to ask questions or suggest possible changes.


Tutorials

Matlab Tutorials

When editing these pages, feel free to link to external pages that provide additional resources that you find useful.

  • Matlab Basics
    • The command window
    • Defining variables
    • Basic commands and commonly used functions
    • creating m-files
    • MATLAB's Path
  • Plotting
    • X-Y Plots
    • Surface plots
    • Bar charts and Histograms
  • Input/Output in Matlab. File input/output, saving variables to disk and loading variables, exporting figures, etc.

Tutorials on numerical analysis

Each tutorial includes a discussion of algorithm(s) and some examples, including MATLAB code.


Technical Writing