-
Segment 1: Course and Instructor Introduction 1
-
MATLAB Software (Pricing and Online resources) 06 minLecture1.1
-
-
Segment 2: Handling variables and creating Scripts 5
-
Code and ScriptsLecture2.1
-
Lets lay foundations for understanding variables 08 minLecture2.2
-
Different types of variables (Strings, characters and logical) 09 minLecture2.3
-
Creating scripts and understanding commenting and semicolon effect 07 minLecture2.4
-
Data selection with the colon operator 07 minLecture2.5
-
-
Segment 3: Doing Basic Maths in MATLAB 14
-
Code and ScriptsLecture3.1
-
Basic maths operatoions addition,multiplication,subtraction and powers 08 minLecture3.2
-
Basic maths operations: computing GCD, LCM, permutations and prime numbers 07 minLecture3.3
-
Trignometric math functions 07 minLecture3.4
-
Set operations (Union, intersection, complement and others) 06 minLecture3.5
-
Computing statistics of the matrices 11 minLecture3.6
-
Handling random numbers 06 minLecture3.7
-
Cross product and dot product 06 minLecture3.8
-
Basic logical operation (And, Or and Not) 06 minLecture3.9
-
Sign and absolute functions 06 minLecture3.10
-
Converting numbers between different base 09 minLecture3.11
-
Discretizing your data 12 minLecture3.12
-
Test yourself: Have fun with some practice questionsLecture3.13
-
Solutions to practice exercise questionsLecture3.14
-
-
Segment 4: Operations on Matrics 12
-
Computing Unique elements 12 minLecture4.1
-
Determining membership of elements to a matrix 09 minLecture4.2
-
Shifting matrix elements 06 minLecture4.3
-
Determinant, inverse and diagnal elements 05 minLecture4.4
-
Relational operations 10 minLecture4.5
-
Commonly used Matrices 04 minLecture4.6
-
Sorting matrix values 10 minLecture4.7
-
Size and length computation 05 minLecture4.8
-
Concatenating Matrices 05 minLecture4.9
-
Finding non-zero elements 07 minLecture4.10
-
Frequency of values within a vector 08 minLecture4.11
-
Test yourself: Have fun with some practice questions (Advance level) with SolutionLecture4.12
-
-
Segment 5: Advance Math Function with symbolic data type 5
-
Code and ScriptsLecture5.1
-
Symbolic variables 07 minLecture5.2
-
Differentiation and Integration using symbolic variables 07 minLecture5.3
-
Solving Equations 11 minLecture5.4
-
Symbolic Functions 05 minLecture5.5
-
-
Segment 6: Interacting with matlab and graphics 16
-
Code and ScriptsLecture6.1
-
Input output commands 08 minLecture6.2
-
More input output commands 08 minLecture6.3
-
plotting data with Matlab 10 minLecture6.4
-
Plotting 3-D data 05 minLecture6.5
-
More on plotting options 10 minLecture6.6
-
Bar graphs 11 minLecture6.7
-
Combining plots with hold on 06 minLecture6.8
-
Interacting with the plot using the brush tool 08 minLecture6.9
-
Two y-axis on the same plot 06 minLecture6.10
-
Animated Line 06 minLecture6.11
-
Checking for existence of scripts, files, folders, variables or functions 06 minLecture6.12
-
Manipulating Directory (Part 1) 11 minLecture6.13
-
Manipulating Directory (Part 2) 10 minLecture6.14
-
processing Tesxt files 14 minLecture6.15
-
Project: Processing text file and visualizing its results and solutionLecture6.16
-
-
Segment 7. Importing Data into MATLAB 6
-
Code and ScriptsLecture7.1
-
Importing data from excel into MATLAB 06 minLecture7.2
-
Importing data in different formats (N) 08 minLecture7.3
-
Passing data between excel and MATLAB 08 minLecture7.4
-
Calling MATLAB functions from Excel 07 minLecture7.5
-
Test yourself: Have fun with some practice questions and solutionsLecture7.6
-
-
Segment 8: File Handling and Text Processing 6
-
Codes and DataLecture8.1
-
Creating and defining cells 09 minLecture8.2
-
Accessing Data in a Cell 10 minLecture8.3
-
Adding and deleting elements from a cell 08 minLecture8.4
-
Concatenating cells and passing cell contents to a function 08 minLecture8.5
-
Practise Problems and SolutionsLecture8.6
-
-
Segment 9: MATLAB Programming 10
-
Code and ScriptsLecture9.1
-
Conditional if Statements (Part 1) 09 minLecture9.2
-
Conditional if statment (Part 2) 10 minLecture9.3
-
For loops for interating through your code 13 minLecture9.4
-
Nested For Loops 08 minLecture9.5
-
While loops (when you don’t know the number of iterations) 12 minLecture9.6
-
Breaking out from a loop before final condition 07 minLecture9.7
-
Continue statement for skipping an iteration 08 minLecture9.8
-
Switch statements for choice selection 07 minLecture9.9
-
Test yourself: Have fun with some practice questionsLecture9.10
-
-
Segment 10: Sharing Your MATLAB Results 3
-
Code and ScriptsLecture10.1
-
Sharing results with automatically generated reports 09 minLecture10.2
-
Sharing your results with live scripts 10 minLecture10.3
-
-
Segment 11: Cell Data Type 14
-
Codes and dataLecture11.1
-
Creating Tables 10 minLecture11.2
-
Adding Descriptions, Units and Accessing individual columns 10 minLecture11.3
-
Selecting and reordering rows and columns 07 minLecture11.4
-
Sorting rows or a table 06 minLecture11.5
-
Setting Different properties of a table 04 minLecture11.6
-
Reading and writing tables to memory 10 minLecture11.7
-
Storing summary of a table 06 minLecture11.8
-
Adding and deleting rows from a table 08 minLecture11.9
-
Dealing with missing data 10 minLecture11.10
-
Creating time tables 10 minLecture11.11
-
Properties, sorting and data selection in time tables 10 minLecture11.12
-
Concatenating time tables 10 minLecture11.13
-
Indexing and retrieving data based on row times 04 minLecture11.14
-
-
Segment 12: Tables and TimeTables 15
-
Code and DataLecture12.1
-
Creating Tables 10 minLecture12.2
-
Adding Descriptions, Units and Accessing individual columns 10 minLecture12.3
-
Selecting and reordering rows and columns 07 minLecture12.4
-
Sorting rows or a table 06 minLecture12.5
-
Setting Different properties of a table 04 minLecture12.6
-
Reading and writing tables to memory 10 minLecture12.7
-
Storing summary of a table 06 minLecture12.8
-
Adding and deleting rows from a table 08 minLecture12.9
-
Adding and deleting columns from a table 06 minLecture12.10
-
Dealing with missing data 10 minLecture12.11
-
Creating time tables 12 minLecture12.12
-
Properties, sorting and data selection in time tables 10 minLecture12.13
-
Concatenating time tables 10 minLecture12.14
-
Indexing and retrieving data based on row times 04 minLecture12.15
-
-
Segment 13: Working with Structures and Map Container Data Type 8
-
Code and DataLecture13.1
-
Creating structures 11 minLecture13.2
-
Retrieving data from a field of a structure 07 minLecture13.3
-
Concatenating structures 07 minLecture13.4
-
Storing data from a structure field into a variable 07 minLecture13.5
-
More operations on a structure 06 minLecture13.6
-
Creating Map Containers 08 minLecture13.7
-
Concatenation and more operations on map container 11 minLecture13.8
-
-
Segment 14: Converting between Different Data Types 4
-
Codes and DataLecture14.1
-
Converting other data types to cell 13 minLecture14.2
-
Converting Cell to other Data Types 12 minLecture14.3
-
Converting from other to table data type 06 minLecture14.4
-
-
Segment 15: Coding Challenges 1
-
Coding ChallengesLecture15.1
-
This content is protected, please login and enroll course to view this content!
Next
Code and Data
