M434/534 Numerical Linear Algebra MATLAB Tutorial Session (Fall 2010)

Slides:



Advertisements
Similar presentations
File Management Instruction by: Connie Hutchison & Christopher McCoy.
Advertisements

Windows XP / Microsoft Word Computer Applications.
If you press this you attach a files. This window will come up when the attach file button is pressed. You can then press browse and pick a file that.
Steps To Download And Save The Challan Input File
1 Using the Notes Tool Revised Materials License Learn how to access Notes Using Notes Exporting Notes Importing Notes Printing Notes Searching.
Basic Computer Skills By Ian Cole Lecturer in C&IT (Communications and Information Technology) University of York Department of Health Sciences.
The Internet. Telnet Telnet means using your computer as a terminal. All commands you type are sent to the host computer you are connected to and executed.
A Visual Introduction to PC SAS. Start SAS by double-clicking on the SAS icon...
CPSC 203 Introduction to Computers Lab 21, 22 by Jie (Jeff) Gao Location: ES650.
What is Dropbox ?– Dropbox is a file storage site which gives you an easy way to save your documents, files, and presentations online and access them from.
GroupWise Tutorial What is GroupWise? GroupWise is an and calendar service (much like Microsoft outlook) for Collin College faculty and staff.
Utica Community Schools Technology Department
Engaged with you. KeyBoarding Pro Deluxe ONLINE Getting Registered COURSE NAME.
Adding an image to a page in Dreamweaver Uploading files to x10hosting Editing uploaded files in x10hosting Adding links in Dreamweaver Uploading linked.
Several Ways to Print in Windows 98 by Ralph Godinez.
Intro to C++. Getting Started with Microsoft Visual Studios Open Microsoft Visual Studios 2010 Click on file Click on New Project Choose Visual C++ on.
Once you have contacted me to set up a new account, your computer needs to be configured to dial into.DevlinEx and use our servers for things like .
SimplifyMD University Orientation. Welcome! Objectives: How to Access simplifyMD University View the online videos Run the usage log How to navigate the.
Fall 2005 Using FrontPage to Enhance Blackboard - Darek Sady1 Using FrontPage to Enhance Blackboard 1.Introduction 2.Starting FrontPage 3.Creating Documents.
Curriculum 285 Application of Instructional Media and Technology Strauss Computer Lab 153 Spring Semester Internet-01.ppt Handout: Using Search.
4th Grade Book Publishing Project: Animal ABC Book
PowerPoint Minimizer. Content 1.What is a PowerPoint Minimizer? 2.Why using a minimizer? 3.How to use it? 4.Tips on minimizing PowerPoint.
Forms Training. Tested Formatted The Template Library.
Excel Electronic Membership Directions, Examples and Operational Hints. Created by: Jim Armbruster.
Windows Listening Guide.  The software that manages the sharing of the resources of a computer. The overall function of the computer.  MASTER CONTROLLER.
U3A Computing Beginners Class Leader – Brian Moore Week 2 of 10 weeks. Mondays 4:15 to 5:45 pm.
How to use Microsoft Outlook Purdue University Engineering Projects in Community Service University Place Retirement Community Written by: Ashley Eckert.
 To send a you need to first click new.  Then type in the name off the person you want to send it to.  Then write something.  And to finish.
Introduction to FrontPage and Web Page Design. Topics Logging in to your site Creating a webpage Text formatting Page backgrounds Linking webpages Links.
CPSC 203 Introduction to Computers T43, T46 & T68 TA: Jie (Jeff) Gao.
Emedia Training Created October 13, 2009 By Thomas Redd.
All About Me An Introduction To Opening And Saving Student Work.
How to Back Up In 10 Easy Steps. Step 1: Double click on My computer. You should see something like this. WatchWatch.
Operating Systems. An operating system (os) is a software program that enables the computer hardware to communicate and operate with the computer software.
Copy of the from the secure website - click on the AccoridaLife.zip link.
Autoentry and Autocoder Efficiently creating and coding people records from resumes.
Designing a Relational Database 13.4 Page A database should be created based on a design  Three steps Determine what information should be stored.
®® Microsoft Windows 7 Windows Tutorial 2 Organizing Your Files.
Building the CarryDrop simulation in Eclipse Creating a new project with existing code from John Murphy’s RePast tutorial.
How to use the Hand-In Folder. Click on the Folder icon at the bottom of the screen.
Click left mouse button to proceed. Windows Tutorial Searching For Files CST-133 Lab AW © Delta College CST Faculty.
By Mrs. Morrison, 2 nd grade teacher and her students. All steps were completed by the students with some assistance from Mrs. Morrison.
 Linking to a school website page  Linking to a class blog  Linking to student writing  Giving instructions to students.
Especially created for ASL faculty. By Gloria Barron.
Microsoft OneDrive By Robin O'Neill. Background  Cloud storage is not new.  Launched by Microsoft in  Known then as SkyDrive. Name formally changed.
Project 3 File, Document, and Folder Management and Windows XP Explorer.
DEVRY CIS 170 C I L AB 2 OF 7 D ECISIONS Check this A+ tutorial guideline at decisions For.
1.5 File Management.
Windows Tutorial 2 Organizing Your Files
Microsoft Word Objectives
Library Orientation Hours Open: Before School During Lunch
Task 2f – part a Prove that you can receive an WITH an attachment, open it AND save the attachment to your user area. Open the with the attachment.
CS 241 – Computer Programming II Lab
How to apply your signature
Setting Up Your Local Desk Jet Printer
Manual update through the RetailMedia.patch
WHAT ARE THE STEPS TO SEND AN ATTACHMENT WITH YAHOO! MAIL?
Lecture 1: Introduction
Dashboard
Erosion Research Project Performance Task
Technology ICT Core: File Management.
Steps in accessing Past Examination Papers
Computer Basics.
in Business.
CSCI N317 Computation for Scientific Applications Unit 1 – 1 MATLAB
ADVANCED GUIDE TO ING This guide is for people who can already use and send to a good standard but cant use the more advanced.
To download pictures to your computer:
Your objective: to dominate! My objective: to help you dominate!
Reading STAAR Benchmark 8:00 AM- 11:15 AM
Computer File Management Howard Weiss
Presentation transcript:

M434/534 Numerical Linear Algebra MATLAB Tutorial Session (Fall 2010) Teaching Assistant: Osamu Chigira Email: chigira@math.niu.edu Office: DuSable Hall 370 Phone: 815-753-1146 E-mail: chigira@math.niu.edu Office Hour: Tuesday 9:30am-11:00am Thursday 9:30am-11:00am

1. Before writing a code When you click on the icon of MATLAB, on your computer screen the following picture (or something similar to the picture) shows up.

M-File Click on a button of “New M-File” (it is located under a button of “File”) If you click on “New M-File” button, then you will have the following picture. You need to write your code on the M-File, that is, the small window in the following picture.

Writing a code All your codes must be written on “M-file.” If you have questions about basic MATLAB operations, first please try to look it up in MATLAB reference books or the internet.

Example of writing a MATLAB code

Saving your code You must save your code as the same name as your function name. For example, if your function name is “Euler,” you must save your code as “Euler.m” Also, you need to save your M-file in “work.” Do not save your code in any other folder, for example, “MY DOCUMENT” and so on.

Saving your code MATLAB automatically selects the folder, whose name is “work,” to save your code, and Files of type, that is, M-files(*.m). All you have to do is to check whether those names are correct or not.

How do we run a code? On your Command Window, you will see “EDU>>.” Copy and paste your output, function name and input next to “EDU>>.” Then press “Enter.”

Copy your function name from your M-file

Paste your function name next to “EDU>>”

Then press the enter key to run your code

“diary” Use “diary” when you want to make a hard copy of your result. Your result will be saved in “diary file.” Click “Open file” and choose “All files” in “File of types,” then you can find your result. Type “help diary” on your MATLAB Command Window to see the detail.

Example: the case your function name is “demo”

To find a diary file of “demo”

Computer Labs MATLAB is available at the following computer labs: FR231, Faraday East (FRL) GH235, Graham (UCL) PM051, PM053 and PM056, Psych/CompSci (CSL) Stevens Annex (SCL)