MATLAB For Beginners
Résumé de section
-
The benefit of this course is to teach the student how to program using easily accessible MATLAB software
version 2010.This subject will be a tool for the realization of the practical work of the Numerical Methods in 2nd semester.
The advantage of using MATLAB over many other programming languages is that MATLAB contains
functions that enable the user and/or the student to solve various mathematical problems, such as- Interpolation,
- Roots of algebraic equations,
- The relative minimum and maximum of a function,
- A system of linear algebraic equations,
- Curve-fitting problems,
- Definite integrals,
- A system of ordinary differential equations,
- And many others.
-
Institution : Mohamed Khider University of Biskra, Algeria.
Faculty : Sciences and Technology.
Department : Civil Engineering and Hydraulics.
Public cible : 2nd Year Civil Engineering.
Course title : Informatics.
Fundamental teaching unit : Credit : 02 | Coefficient : 01.
Duration : 15 weeks, 22h30
Teacher : Dr. Salah Djerouni
Email : s.djerouni@univ-biskra.dz
-
Upon completing this module, the learner will be able to :
- Identify the different window in MATLAB software (command window, script, editor, workspace, command history and current folder)
- Description how can create figure that contain two lines or multiple lines.
- Build some program using and based on for-end loop, while-end loop and if-end condition by taken mathematical examples from other course.
- Distinguish in the vectors operation and matrices operation when can be used (i.e., .* , ./ , / , and *).
- Adapting the processes how to run a MATLAB program written in the script or editor.
- Put into practice how to change and /or modify a MATLAB program based on the requirements.
-
- Presentation of the course
- Contact card
- Objectives of the course
- Pre-requisities
- Course N°01 : Introduction to the MATLAB environment
- Course N°02 : Vectors in MATLAB
- Course N°03 : Matrices in MATLAB
- Course N°04 : Polynomials in MATLAB
- Course N°05 : MATLAB graphic in 2D
- Course N°06 : MATLAB graphic in 3D
- Course N°07 : Script in MATLAB
- Course N°08 : Function in MATLAB
- Course N°09 : The for-end loop
- Course N°10 : The while-end loop
- Course N°11 : If-else-elseif-end loop