Request for consultation
Thanks for your request. You’ll soon be chatting with a consultant to get the answers you need.
Your form is submitting...
{{formPostErrorMessage.message}} [{{formPostErrorMessage.code}}]
Quick Navigation
Overview
WebAssign for Chapman's MATLAB® PROGRAMMING FOR ENGINEERS, is a flexible and fully customizable online instructional solution that puts powerful tools in the hands of instructors, enabling you to deploy assignments, instantly assess individual student and class performance and help your students master the course concepts. With WebAssign's powerful digital platform and text-specific content, you can tailor your course with a wide range of assignment settings, add your own questions and content and access student and course analytics and communication tools.
- Diverse Answers: This flexible and powerful answer evaluator accepts diverse interpretations so your students are not penalized for entering a mathematically equivalent or differently formatted answer.
- Analytics: With powerful analytics tools in WebAssign, you can assess course performance, determine concept mastery and identify at-risk students.
- Course Packs: Get started with the assignment portion of your course with pre-built assessments designed by subject matter experts. Use these as they are, customize them to your liking or design your own by personally selecting the exercises you wish to assign.
- By the Book: WebAssign elevates the superior content and pedagogy of the text by offering algorithmically-generated assignments based on end-of-section questions directly from the book.
- Timely Help: Promote independent learning with a wide range of help tools at the question or assignment level -- such as Watch It videos, Master It tutorials and Read It links to the eBook -- and feedback when students need it to complete assignments and help them learn the concepts.
- Teach Your Way: Facilitate learning through fully customizable settings, including automatic point adjustments and browser lockdown, empowering you to build the course to your needs and keep students motivated.
- Grading: WebAssign saves you time spent grading, while providing students with an intuitive experience and instant feedback.
- Courses & Sections: Creating a course in WebAssign takes only a few minutes. Setup is intuitive and its flexible platform supports all course designs.
- Question Creation: Create your own questions in WebAssign with ease. Use our built-in templates or start from scratch with detailed documentation and step-by-step video tutorials.
- Secure Testing: Concerned about cheating? WebAssign enables you to password-protect assignments, set a time limit for completion, restrict access to certain IP addresses and even prevent students from accessing other applications on their computer while taking the test.
- Peer Collaboration: WebAssign gives you the flexibility to share assignments and question sets with your faculty colleagues as well as share course management tasks with teaching assistants.
- Communication: Built-in email and announcement capabilities provide flexible and convenient options for instructor/student communication.
- LMS Integration: WebAssign integrates with popular LMS systems for easy use. WebAssign can eliminate manual entry of routine data by linking your institution’s information systems to the software.
- Support & Services: WebAssign has a top-notch team of experts who are available to help whenever you need them.
- Security & Reliability: Teacher and student records and privacy are fiercely protected in accordance with all U.S. laws, while maintaining reliable access to WebAssign and making every effort to ensure optimal system reliability and performance.
- Accessibility: WebAssign is committed to making its services available to all students based on guidelines from the World Wide Web Consortium (W3C) Web Accessibility Initiative (WAI).
- Life-of-Edition Access: With WebAssign, if students are using the right code for the book, they will have continued access to the platform after the first semester as long as the course uses the same textbook and edition.
1. INTRODUCTION TO MATLAB.
The Advantages of MATLAB. Disadvantages of MATLAB. The MATLAB Environment. Using MATLAB as a Calculator. MATLAB Script Files. Summary. Exercises.
2. MATLAB BASICS.
Variables and Arrays. Creating and Initializing Variables in MATLAB. Multidimensional Arrays. Subarrays. Special Values. Displaying Output Data. Data Files. Scalar and Array Operations. Hierarchy of Operations. Built-in MATLAB Functions. Introduction to Plotting. Examples. MATLAB Applications: Vector Mathematics. MATLAB Applications: Matrix Operations and Simultaneous Equations. Debugging MATLAB Programs. Summary. Exercises.
3. TWO-DIMENSIONAL PLOTS.
A Note on Character Arrays vs Strings in Plots. Additional Plotting Features for Two-Dimensional Plots. Polar Plots. Annotating and Saving Plots. Additional Types of Two-Dimensional Plots. Using the plot function with Two-Dimensional Arrays. Plots with Two y Axes. Summary. Exercises.
4. BRANCHING STATEMENTS AND PROGRAM DESIGN.
Introduction to Top-Down Design Techniques. Use of Pseudocode. The Logical Data Type. Branches. More on Debugging MATLAB Programs. Code Sections. MATLAB Applications: Roots of Polynomials. Summary. Exercises.
5. LOOPS AND VECTORIZATION.
The while Loop. The for Loop. Logical Arrays and Vectorization. The MATLAB Profiler. Additional Examples. The textread Function. MATLAB Applications: Statistical Functions. MATLAB Applications: Curve Fitting and Interpolation. Summary. Exercises.
6. BASIC USER-DEFINED FUNCTIONS.
Introduction to MATLAB Functions. Variable Passing in MATLAB: The Pass-By-Value Scheme. Optional Arguments. Sharing Data Using Global Memory. Preserving Data Between Calls to a Function. Built-in MATLAB Functions: Sorting Functions. Built-in MATLAB Functions: Random Number Functions. Summary. Exercises.
7. ADVANCED FEATURES OF USER-DEFINED FUNCTIONS.
Function Functions. Function Handles. Functions eval and feval. Local Functions, Private Functions, and Nested Functions. An Example Application: Solving Ordinary Differential Equations. Anonymous Functions. Recursive Functions. Plotting Functions. Histograms. An Example Application: Numerical Integration. Summary. Exercises.
8. COMPLEX NUMBERS AND 3D PLOTS.
Complex Data. Multidimensional Arrays. Gallery of MATLAB Plots. Line Plots. Discrete Data Plots. Polar Plots. Contour Plots. Surface and Mesh Plots. Pie Charts, Bar Plots, and Histograms. Color Order, Color Maps, and Color Bars. Summary. Exercises.
9. ADDITIONAL DATA TYPES.
Character Arrays Versus Strings. Character Arrays. Strings. Character Functions. Summary of Character Array and String Functions. The single Data Type. Integer Data Types. Limitations of the single and Integer Data Types. The datetime and duration Data Types. Summary. Exercises.
10. SPARSE ARRAYS, CELL ARRAYS, STRUCTURES, AND TABLES.
Sparse Arrays. Cell Arrays. Structures. Tables. Summary. Exercises.
11. INPUT-OUTPUT FUNCTIONS.
The textread Function. More about the load and save Commands. An Introduction to MATLAB File Processing. File Opening and Closing. Binary I/O Functions. Formatted I/O Functions. Comparing Formatted and Binary I/O Functions. File Positioning and Status Functions. The textscan Function. Function uiimport. Summary. Exercises.
12. USER-DEFINED CLASSES AND OBJECT-ORIENTED PROGRAMMING.
An Introduction to Object-Oriented Programming. The Structure of a MATLAB Class. Value Classes versus Handle Classes. Destructors: The delete Method. Access Methods and Access Controls. Static Methods. Defining Class Methods in Separate Files. Overriding Operators. Events and Listeners. Exceptions. Superclasses and Subclasses. Summary. Exercises.
13. HANDLE GRAPHICS AND ANIMATION.
Handle Graphics. The MATLAB Graphics System. Object Handles. Examining and Changing Object Properties. Using set to List Possible Property Values. User-Defined Data. Finding Objects. Selecting Objects with the Mouse. Position and Units. Printer Positions. Default and Factory Properties. Restoring Default Properties. Graphics Object Properties. Animations and Movies. Summary. Exercises.
14. MATLAB APPS AND GRAPHICAL USER INTERFACES.
How a Graphical User Interface Works. Creating and Displaying a Graphical User Interface. Object Properties. Additional Containers: Panels, Tab Groups, and Button Groups. Dialog Boxes. Menus. Summary. Exercises.
The Advantages of MATLAB. Disadvantages of MATLAB. The MATLAB Environment. Using MATLAB as a Calculator. MATLAB Script Files. Summary. Exercises.
2. MATLAB BASICS.
Variables and Arrays. Creating and Initializing Variables in MATLAB. Multidimensional Arrays. Subarrays. Special Values. Displaying Output Data. Data Files. Scalar and Array Operations. Hierarchy of Operations. Built-in MATLAB Functions. Introduction to Plotting. Examples. MATLAB Applications: Vector Mathematics. MATLAB Applications: Matrix Operations and Simultaneous Equations. Debugging MATLAB Programs. Summary. Exercises.
3. TWO-DIMENSIONAL PLOTS.
A Note on Character Arrays vs Strings in Plots. Additional Plotting Features for Two-Dimensional Plots. Polar Plots. Annotating and Saving Plots. Additional Types of Two-Dimensional Plots. Using the plot function with Two-Dimensional Arrays. Plots with Two y Axes. Summary. Exercises.
4. BRANCHING STATEMENTS AND PROGRAM DESIGN.
Introduction to Top-Down Design Techniques. Use of Pseudocode. The Logical Data Type. Branches. More on Debugging MATLAB Programs. Code Sections. MATLAB Applications: Roots of Polynomials. Summary. Exercises.
5. LOOPS AND VECTORIZATION.
The while Loop. The for Loop. Logical Arrays and Vectorization. The MATLAB Profiler. Additional Examples. The textread Function. MATLAB Applications: Statistical Functions. MATLAB Applications: Curve Fitting and Interpolation. Summary. Exercises.
6. BASIC USER-DEFINED FUNCTIONS.
Introduction to MATLAB Functions. Variable Passing in MATLAB: The Pass-By-Value Scheme. Optional Arguments. Sharing Data Using Global Memory. Preserving Data Between Calls to a Function. Built-in MATLAB Functions: Sorting Functions. Built-in MATLAB Functions: Random Number Functions. Summary. Exercises.
7. ADVANCED FEATURES OF USER-DEFINED FUNCTIONS.
Function Functions. Function Handles. Functions eval and feval. Local Functions, Private Functions, and Nested Functions. An Example Application: Solving Ordinary Differential Equations. Anonymous Functions. Recursive Functions. Plotting Functions. Histograms. An Example Application: Numerical Integration. Summary. Exercises.
8. COMPLEX NUMBERS AND 3D PLOTS.
Complex Data. Multidimensional Arrays. Gallery of MATLAB Plots. Line Plots. Discrete Data Plots. Polar Plots. Contour Plots. Surface and Mesh Plots. Pie Charts, Bar Plots, and Histograms. Color Order, Color Maps, and Color Bars. Summary. Exercises.
9. ADDITIONAL DATA TYPES.
Character Arrays Versus Strings. Character Arrays. Strings. Character Functions. Summary of Character Array and String Functions. The single Data Type. Integer Data Types. Limitations of the single and Integer Data Types. The datetime and duration Data Types. Summary. Exercises.
10. SPARSE ARRAYS, CELL ARRAYS, STRUCTURES, AND TABLES.
Sparse Arrays. Cell Arrays. Structures. Tables. Summary. Exercises.
11. INPUT-OUTPUT FUNCTIONS.
The textread Function. More about the load and save Commands. An Introduction to MATLAB File Processing. File Opening and Closing. Binary I/O Functions. Formatted I/O Functions. Comparing Formatted and Binary I/O Functions. File Positioning and Status Functions. The textscan Function. Function uiimport. Summary. Exercises.
12. USER-DEFINED CLASSES AND OBJECT-ORIENTED PROGRAMMING.
An Introduction to Object-Oriented Programming. The Structure of a MATLAB Class. Value Classes versus Handle Classes. Destructors: The delete Method. Access Methods and Access Controls. Static Methods. Defining Class Methods in Separate Files. Overriding Operators. Events and Listeners. Exceptions. Superclasses and Subclasses. Summary. Exercises.
13. HANDLE GRAPHICS AND ANIMATION.
Handle Graphics. The MATLAB Graphics System. Object Handles. Examining and Changing Object Properties. Using set to List Possible Property Values. User-Defined Data. Finding Objects. Selecting Objects with the Mouse. Position and Units. Printer Positions. Default and Factory Properties. Restoring Default Properties. Graphics Object Properties. Animations and Movies. Summary. Exercises.
14. MATLAB APPS AND GRAPHICAL USER INTERFACES.
How a Graphical User Interface Works. Creating and Displaying a Graphical User Interface. Object Properties. Additional Containers: Panels, Tab Groups, and Button Groups. Dialog Boxes. Menus. Summary. Exercises.