Difference between revisions of "Main Page"

From Sutherland_wiki
Jump to: navigation, search
m (Technical Writing)
Line 1: Line 1:
== Introduction ==
+
<!-- WELCOME SECTION -->
See the [[Help:Contents]] page for tips and help on editing pages.
+
{|style="width:100%; margin-top:+.7em; background-color:#fcfcfc; border: 1px solid #ccc"
 +
|style="width:100%;color:#af0000;"|
 +
{| style="width:100%; border:solid 0px;background:none"
 +
        |-
 +
        | style="width:25%;text-align:center; white-space: nowrap; color:#000; vertical-align:top;" | <!-- left cell -->
 +
| style="width:50%;text-align:center; white-space: nowrap; color:#000" | <h1 style="font-size: 162%; border: none; margin: 0; padding:.1em; color:#000">Welcome to Sutherland's MATLAB Wiki!</h1>'''''the definitive online resource'''''<h4>Check Out The Chemical Engineering Homepage @ http://www.che.utah.edu/~sutherland/JamesHome/Home.html</h4>
 +
        | style="width:25%;text-align:center; white-space: nowrap; color:#000; vertical-align:top;" | <!-- right cell -->
 +
|-
 +
|}
 +
|}
  
This wiki is intended to provide resources for students.  All [http://www.che.utah.edu/ Chemical Engineering] students should be able to log in using their departmental user name and password.  You may then [[Help:Contents | edit]] any of these pages.  Feel free to use the "discussion" tab on each page to ask questions or suggest possible changes.
+
<!-- ---------- END OF WELCOME SECTION / BEGINNING OF LEFT-COLUMN ------------------ -->
 +
{| style="border-spacing:8px;margin:0px -8px"
  
 +
|class="MainPageBG" style="width: 50%; border:1px solid #cef2e0; background-color:#f5fffa; vertical-align:top;color:#000"|
 +
{| width="100%" cellpadding="2" cellspacing="5" style="vertical-align:top; background-color:#f5fffa"
 +
! <h2 style="margin: 0; background-color:#cef2e0; font-family: sans-serif; font-size:120%; font-weight:bold; border:1px solid #a3bfb1; text-align:left; color:#000; padding-left:0.4em; padding-top: 0.2em; padding-bottom: 0.2em;">Aim of the Wiki</h2>
 +
|-
 +
|style="color:#000"|[[Image:aim2.jpg|left]] This Wiki is intended to be a MATLAB resource for students. Its full of explanations, procedures, tips, tricks and examples.  All [http://www.che.utah.edu/ Chemical Engineering] students should be able to log in using their departmental user name and password. 
 +
|-
 +
! <h2 style="margin: 0; background:#cef2e0; font-family: sans-serif; font-size:120%; font-weight:bold; border:1px solid #a3bfb1; text-align:left; color:#000; padding-left:0.4em; padding-top: 0.2em; padding-bottom: 0.2em;">Tutorials</h2>
 +
|-
 +
| style="color:#000"|Theres alot to learn about MATLAB, and this site is full of helpful tutorials explaining everything from the basics, to complicated procedures. [[Tutorials|Have a look...]]
 +
|-
 +
|}
 +
<!-- -------------------- START OF RIGHT-COLUMN ---------------------------------- -->
 +
|class="MainPageBG" style="width: 50%; border:1px solid #cedff2; background-color:#f5faff; vertical-align:top"|
 +
{| width="100%" cellpadding="2" cellspacing="5" style="vertical-align:top; background-color:#f5faff"
 +
! <h2 style="margin: 0; background-color:#cedff2; font-family: sans-serif; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding-left:0.4em; padding-top: 0.2em; padding-bottom: 0.2em;">This Wiki won't bite</h2>
 +
|-
 +
|style="color:#000"|[[Image:barkingdog.gif|left|]]It may look a little difficult to create a wiki article, but really it isn’t.  You don’t have to do anything fancy, all that's needed is a bit of practice.  As they say, practice makes perfect and before you know it your wiki skills will be well developed. A good place to start is the [[Sandbox]], or check out the some of the tutorials already on the site to get a look at the general style.
 +
|-
 +
! <h2 style="margin: 0; background:#cedff2; font-family: sans-serif; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding-left:0.4em; padding-top: 0.2em; padding-bottom: 0.2em;">Featured Tutorials</h2>
 +
|-
 +
|style="color:#000"|There are new tutorials being added all the time, have a look at some of the '''new additions'''.
 +
<center>
 +
{| style="margin: 1em; border-collapse: collapse; background-color:#f5faff;" border="0"
 +
|-
 +
| style="width:150px;" text-align:center;" |[[Matlab Basics]]
 +
| style="width:150px;" text-align:center;" |[[Matlab_Plotting|Plotting]]
 +
| style="width:150px;" text-align:center;" |[[Matlab IO|Input/Output in Matlab]]
 +
|-
 +
| style="width:150px;" text-align:center;" |[[Interpolation]]
 +
| style="width:150px;" text-align:center;" |[[Figures in Word]]
 +
| style="width:150px;" text-align:center;" |[[Regression]]
 +
|-
 +
|-
 +
| style="width:150px;" text-align:center;" |[[Matlab Debug|Debugging in Matlab]]
 +
| style="width:150px;" text-align:center;" |[[Numerical Integration]]
 +
| style="width:150px;" text-align:center;" |[[Nonlinear equations]]
  
== Tutorials ==
+
|}
 +
</center>
  
 
+
|-
=== Matlab Tutorials ===
+
|}
 
+
|}
When editing these pages, feel free to link to external pages that provide additional resources that you find useful.
 
* [[Matlab_Basics|Matlab Basics]]
 
** The command window
 
** Defining variables
 
** Basic commands and commonly used functions
 
** creating m-files
 
** MATLAB's Path
 
 
 
* [[Matlab_Arrays|Creating and using arrays]]
 
** Creating matrices and vectors
 
** Arithmetic with arrays
 
** Accessing arrays
 
 
 
* [[Linear Systems in Matlab|Solving linear systems of equations]]
 
 
 
* [[Matlab_Logic|Logic in MATLAB]]
 
 
 
* [[Matlab_Loops|Loops in MATLAB]]
 
 
 
* [[Matlab_Functions|Creating and using functions]]
 
 
 
* [[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_Debug|Debugging in Matlab]]
 
 
 
=== Tutorials on numerical analysis ===
 
 
 
Each tutorial includes a discussion of algorithm(s) and some examples, including MATLAB code.
 
 
 
* [[LinearAlgebra|Linear algebra refresher]].  Matrices and vectors, solving systems of linear equations.
 
* [[Interpolation]]
 
* [[Regression]]
 
* [[Numerical Differentiation]]
 
* [[Numerical Integration|Numerical Integration]]
 
* [[Nonlinear equations]]
 
* [[ODEs|Ordinary Differential Equations]]
 
 
 
 
 
=== Technical Writing ===
 
 
 
* [[media:Learned.pdf|A Short Guide to Technical Writing]] by W. M. Learned and the ChEn faculty.  This guide is required reading for Senior Laboratory.
 
 
 
* [[Equations in Word]] including automatic numbering and cross-referencing.
 
 
 
* [[Figures in Word]] - creating captions, numbering, and cross referencing.
 
 
 
* [[Bibliographies in Word]] including cross-referencing.
 
 
 
* [http://www.lyx.org/ LyX] - a powerful cross-platform package for technical writing.
 

Revision as of 23:35, 1 September 2008

Welcome to Sutherland's MATLAB Wiki!

the definitive online resource

Check Out The Chemical Engineering Homepage @ http://www.che.utah.edu/~sutherland/JamesHome/Home.html

Aim of the Wiki

Error creating thumbnail: Unable to save thumbnail to destination
This Wiki is intended to be a MATLAB resource for students. Its full of explanations, procedures, tips, tricks and examples. All Chemical Engineering students should be able to log in using their departmental user name and password.

Tutorials

Theres alot to learn about MATLAB, and this site is full of helpful tutorials explaining everything from the basics, to complicated procedures. Have a look...

This Wiki won't bite

Error creating thumbnail: Unable to save thumbnail to destination
It may look a little difficult to create a wiki article, but really it isn’t. You don’t have to do anything fancy, all that's needed is a bit of practice. As they say, practice makes perfect and before you know it your wiki skills will be well developed. A good place to start is the Sandbox, or check out the some of the tutorials already on the site to get a look at the general style.

Featured Tutorials

There are new tutorials being added all the time, have a look at some of the new additions.
Matlab Basics Plotting Input/Output in Matlab
Interpolation Figures in Word Regression
Debugging in Matlab Numerical Integration Nonlinear equations