4.67
(3 Ratings)
MATLAB Master Class: Go from Beginner to Expert in MATLAB
About Course
Learn MATLAB for free with this comprehensive Master Class, available on Udemy! This course takes you from beginner to expert, covering everything from basic math and matrix manipulation to advanced data science techniques.
Key topics include:
- Data import and visualization
- MATLAB programming, problem-solving, and logic development
- Symbolic functions and variables for advanced math operations
- File and directory handling
- Live scripts and sharing of results
- Advanced data types including cells, tables, time tables, and map containers
- Data science classification, clustering, and dimensionality reduction
- Essential data preprocessing tasks
- Building regular expressions for textual processing
- Building GUIs using Guide and AppDesigner
- Automating tasks by controlling mouse, keyboard, running scripts from the command window, and batch files
- Web, email, and other internet-related operations
- Generating ppts, word files, and pdfs
- Code debugger and analyzer, exception handling, startup, finish, and diary functions.
This free course includes over 37 hours of video tutorials, practice exercises, quizzes, and takeaway code templates. Enroll now and unleash your MATLAB programming potential!
What Will You Learn?
- Develop beginer to advance level skills of Programming with MATLAB
- Create a portfolio of Many MATLAB projects to apply for MATLAB jobs
- Gain Hands-On experience with MATLAB for visualizing, analyzing and formulating intermediate and some advanced level problems using MATLAB programming skills
- Experience some real world applications of MATLAB in solving problems
- Be able to use MATLAB for data science and machine learning
- Build GUIs and Desktop applications with MATLAB
- Build power regexes and use them to identify patterns in the input text
Course Content
01 – Course and Instructor Introduction
-
001 – Course Introduction.mp4
00:00 -
002 – MATLAB Software Pricing and Online resources.mp4
00:00 -
003 – Download All the Codes and Data in a Single Click.html
00:00 -
Section Quiz
02 – Part 1 MATLAB from Beginer to Advance
-
004 – MATLAB Graphical User Interface.mp4
00:00 -
005 – Tell us About the Course.mp4
00:00 -
006 – Some Common Operations.mp4
00:00 -
Section Quiz
03 – 11 Handling variables and Creating Scripts
-
007 – Code and Scripts.html
00:00 -
008 – Lets lay foundations for understanding Variables.mp4
00:00 -
009 – Different types of variables Strings characters and logical.mp4
00:00 -
010 – Creating scripts and understanding commenting and semicolon effect.mp4
00:00 -
011 – Data selection with the colon operator.mp4
00:00 -
Section Quiz
04 – 12 Doing Basic Maths in MATLAB
-
001 – Hey Dont Foget to Test youself on a Quiz.html
00:00 -
012 – Code and Scripts.html
00:00 -
013 – Basic maths operations addition multiplication subtraction and powers.mp4
00:00 -
014 – Basic maths operations computing GCD LCM permutations and prime numbers.mp4
00:00 -
015 – Trignometric math functions.mp4
00:00 -
016 – Set operations Union intersection complement and others.mp4
00:00 -
017 – Computing statistics of the matrices.mp4
00:00 -
018 – Handling random numbers.mp4
00:00 -
019 – Cross product and dot product.mp4
00:00 -
020 – Basic logical operation And Or and Not.mp4
00:00 -
021 – Sign and absolute functions.mp4
00:00 -
022 – Converting numbers between different bases.mp4
00:00 -
023 – Discretizing your data.mp4
00:00 -
Section Quiz
05 – 13 Operations on Matrices
-
002 – Hey Dont Foget to Test youself on a Quiz.html
00:00 -
024 – Code and Scripts.html
00:00 -
025 – Computing unique elements.mp4
00:00 -
026 – Determining membership of elements to a matrix.mp4
00:00 -
027 – Shifting matrix elements.mp4
00:00 -
028 – Determinant inverse and diagnal elements.mp4
00:00 -
029 – Relational operations.mp4
00:00 -
030 – Commonly used Matrices.mp4
00:00 -
031 – Sorting matrix values.mp4
00:00 -
032 – Size and length computation.mp4
00:00 -
033 – Concatenating Matrices.mp4
00:00 -
034 – Finding non.mp4
00:00 -
035 – Frequency of values within a vector.mp4
00:00 -
Section Quiz
06 – Section 14 Lets Learn Problem Solving and Have Some Practice
-
036 – A Three Step Problem Solving Strategy.mp4
00:00 -
037 – Sum of Multiples.mp4
00:00 -
038 – Sum Squares Difference.mp4
00:00 -
039 – Prime Factors of a Number.mp4
00:00 -
040 – Digits Multiplication of a Number.mp4
00:00 -
Section Quiz
07 – 15 Advance Math Functions with Symbolic Data Type
-
041 – Code and Scripts.html
00:00 -
042 – Symbolic variables.mp4
00:00 -
043 – Differentiation and Integration using symbolic variables.mp4
00:00 -
044 – Solving Equations.mp4
00:00 -
045 – Symbolic Functions.mp4
00:00 -
Section Quiz
08 – 16 Interacting with MATLAB and Graphics
-
046 – Code and Scripts.html
00:00 -
047 – Input output commands.mp4
00:00 -
048 – More input output commands.mp4
00:00 -
049 – Plotting data with MATLAB.mp4
00:00 -
050 – Plotting 3.mp4
00:00 -
051 – More on plotting options.mp4
00:00 -
052 – Bar graphs.mp4
00:00 -
053 – Combining plots with hold on.mp4
00:00 -
054 – Interacting with the plot using the brush tool.mp4
00:00 -
055 – Two y.mp4
00:00 -
056 – Animated Line.mp4
00:00 -
057 – Checking for existence of scripts files folders variables or functions.mp4
00:00 -
058 – Manipulating Directory Part 1.mp4
00:00 -
059 – Manipulating Directory Part 2.mp4
00:00 -
060 – Processing text files.mp4
00:00 -
061 – Project Processing text file and visualizing its results.html
00:00 -
062 – Project solution.html
00:00 -
Section Quiz
09 – 17 Importing Data into MATLAB
-
063 – Code and Scripts.html
00:00 -
064 – Importing data from excel into MATLAB.mp4
00:00 -
065 – Importing data in different formats N.mp4
00:00 -
066 – Spread Sheet link Introduction and installation.mp4
00:00 -
067 – Passing data between excel and MATLAB.mp4
00:00 -
068 – Calling MATLAB functions from Excel.mp4
00:00 -
Section Quiz
10 – 18a MATLAB Programming
-
069 – Code and Scripts.html
00:00 -
070 – Conditional if Statements Part 1.mp4
00:00 -
071 – Conditional if statment Part 2.mp4
00:00 -
072 – For loops for interating through your code.mp4
00:00 -
073 – Nested For Loops.mp4
00:00 -
074 – While loops when you dont know the number of iterations.mp4
00:00 -
075 – Breaking out from a loop before final condition.mp4
00:00 -
076 – Continue statement for skipping an iteration.mp4
00:00 -
077 – Switch statements for choice selection.mp4
00:00 -
078 – Test yourself Have fun with some practice questions.html
00:00 -
079 – Solutions to practice exercise questions.html
00:00 -
080 – Q2 Solution Explaination Concentric Rings Problems.mp4
00:00 -
081 – Q2 Solution Explaination Concentric Rings Problems.mp4
00:00 -
082 – Q4 Solution Explaination Back and Forth Numbers.mp4
00:00 -
083 – Q6 Solution Explaination Alternating Ones and Zeros.mp4
00:00 -
084 – Test Yourself Challenge Have fun with Some Practice Questions.html
00:00 -
085 – More Challenging Questions and their Solutions.html
00:00 -
Section Quiz
11 – Section 18b Polishing Programming Skills with More Practice
-
086 – Nth prime number.mp4
00:00 -
087 – Next Prime.mp4
00:00 -
088 – Nth Prime Number Additional Explaination.mp4
00:00 -
089 – Next Four Prime Numbers.mp4
00:00 -
090 – Longest Chain Part 1.mp4
00:00 -
091 – Longest Chain Part 2.mp4
00:00 -
092 – Pandigital Numbers.mp4
00:00 -
093 – Refining the Code of Pandigital Numbers.mp4
00:00 -
094 – Triangle Numbers Part 1.mp4
00:00 -
095 – Triangle Numbers Part 2.mp4
00:00 -
096 – Pythagorean Triplet Part 1.mp4
00:00 -
097 – Pythagorean Triplet Part 2.mp4
00:00 -
098 – Number with Same Digits.mp4
00:00 -
099 – Even Fibonacci.mp4
00:00 -
100 – Highly Divisible Summation Numbers.mp4
00:00 -
Section Quiz
12 – 18 Making your own functions
-
101 – Code and Scripts.html
00:00 -
102 – Creating Custom built Functions.mp4
00:00 -
103 – Functions with inputs.mp4
00:00 -
104 – Functions with multiple inputs and outputs.mp4
00:00 -
105 – Returning from a function.mp4
00:00 -
106 – Test Yourself Have some fun with Practice Exercise Question.html
00:00 -
107 – Solutions to practice exercise questions.html
00:00 -
Section Quiz
13 – 19 Sharing your MATLAB Results
-
108 – Code and Scripts.html
00:00 -
109 – Sharing results with automatically generated reports.mp4
00:00 -
110 – Sharing your results with live scripts.mp4
00:00 -
Section Quiz
14 – Part 2 Advance MATLAB Data Types
-
111 – Introduction to the section.mp4
00:00
15 – 21 Cell Data Type
-
112 – Codes and Data.html
00:00 -
113 – Creating and defining cells.mp4
00:00 -
114 – Accessing Data in a Cell.mp4
00:00 -
115 – Adding and deleting elements from a cell.mp4
00:00 -
116 – Concatenating cells and passing cell contents to a function.mp4
00:00 -
Section Quiz
16 – 22 Tables and Time Tables
-
117 – Codes and data.html
00:00 -
118 – Creating Tables.mp4
00:00 -
119 – Adding Descriptions Units and Accessing individual columns.mp4
00:00 -
120 – Selecting and reordering rows.mp4
00:00 -
121 – Sorting rows or a table.mp4
00:00 -
122 – Setting Different properties of a table.mp4
00:00 -
123 – Reading and writing tables to memory.mp4
00:00 -
124 – Storing summary of a table.mp4
00:00 -
125 – Adding and deleting rows from a table.mp4
00:00 -
126 – Adding and deleting columns from a table.mp4
00:00 -
127 – Dealing with missing data.mp4
00:00 -
128 – Creating time tables.mp4
00:00 -
129 – Properties sorting and data selection in time tables.mp4
00:00 -
130 – Concatenating time tables.mp4
00:00 -
131 – Indexing and retrieving data based on row times.mp4
00:00 -
Section Quiz
17 – 23 Working with Structures and Map Container Data Type
-
132 – Codes and Data.html
00:00 -
133 – Creating structures.mp4
00:00 -
134 – Retrieving data from a field of a structure.mp4
00:00 -
135 – Concatenating structures.mp4
00:00 -
136 – Storing data from a structure field into a variable.mp4
00:00 -
137 – More operations on a structure.mp4
00:00 -
138 – Creating Map Containers.mp4
00:00 -
139 – Concatenation and more operations on map container.mp4
00:00 -
Section Quiz
18 – 24 Data Types Conversions
-
140 – Codes and Data.html
00:00 -
141 – Converting other data types to cell.mp4
00:00 -
142 – Converting Cell to other Data Types.mp4
00:00 -
143 – Converting from other to table data type.mp4
00:00 -
144 – Converting from table to other data type.mp4
00:00 -
Section Quiz
19 – Part 3 Machine Learning for Data Science using MATLAB
-
145 – Introduction to the segment.mp4
00:00
20 – 31 Data Preprocessing
-
146 – Code and Data.html
00:00 -
147 – Importing the Dataset.mp4
00:00 -
148 – Removing Missing Data Part 1.mp4
00:00 -
149 – Removing Missing Data Part 2.mp4
00:00 -
150 – Feature Scaling.mp4
00:00 -
151 – Handling Outliers Part 1.mp4
00:00 -
152 – Handling Outliers Part 2.mp4
00:00 -
153 – Dealing with Categorical Data Part 1.mp4
00:00 -
154 – Dealing with Categorical Data Part 2.mp4
00:00 -
155 – Your Preprocessing Template.mp4
00:00 -
Section Quiz
21 – 32 Classification
-
156 – Code and Data.html
00:00
22 – 321 KNearest Neighbor
-
157 – KNN Intuition.mp4
00:00 -
158 – KNN in MATLAB Part 1.mp4
00:00 -
159 – KNN in MATLAB Part 2.mp4
00:00 -
160 – Visualizing the Decision Boundaries of KNN.mp4
00:00 -
161 – Explaining the code for visualization.mp4
00:00 -
162 – Here is our classification template.mp4
00:00 -
163 – How to change default options and customize classifiers.mp4
00:00 -
164 – Customization options for KNN.mp4
00:00 -
Section Quiz
23 – 322 Naive Bayes
-
165 – Naive Bayesain Intuition Part 1.mp4
00:00 -
166 – Naive Bayesain Intuition Part 2.mp4
00:00 -
167 – Naive Bayesain in MATLAB.mp4
00:00 -
168 – Customization Options for Naive Bayesain.mp4
00:00 -
Section Quiz
24 – 323 Decision Trees
-
169 – Decision trees intuition.mp4
00:00 -
170 – Decision Trees in MATLAB.mp4
00:00 -
171 – Visualizing Decision Trees using the View Function.mp4
00:00 -
172 – Customization Options for Decision Trees.mp4
00:00 -
Section Quiz
25 – 324 Support Vector Machines
-
173 – SVM Intuition.mp4
00:00 -
174 – Kernel SVM Intuition.mp4
00:00 -
175 – SVM in MATLAB.mp4
00:00 -
176 – Customization Options for SVM.mp4
00:00 -
Section Quiz
26 – 325 Discriminant Analysis
-
177 – Discriminant Analysis Intuition.mp4
00:00 -
178 – Discriminant Analysis in MATLAB.mp4
00:00 -
179 – Customization Options for Discriminant Analysis.mp4
00:00 -
Section Quiz
27 – 326 Ensembles
-
180 – Ensembles Intuition.mp4
00:00 -
181 – Ensembles in MATLAB.mp4
00:00 -
182 – Customization options for Ensembles.mp4
00:00 -
Section Quiz
28 – 327 Performance Evaluation
-
183 – Evaluating Classifiers Confusion matrix Theory.mp4
00:00 -
184 – Validation Methods Theory.mp4
00:00 -
185 – Validation methods in MATLAB Part 1.mp4
00:00 -
186 – Validation methods in MATLAB Part 2.mp4
00:00 -
187 – Evaluating Classifiers in MATLAB.mp4
00:00 -
Section Quiz
29 – 33 Clustering
-
188 – Code and Data.html
00:00
30 – 331 KMeans
-
189 – K.mp4
00:00 -
190 – Choosing the number of clusters.mp4
00:00 -
191 – k.mp4
00:00 -
192 – kmeans in MATLAB Part 2.mp4
00:00 -
Section Quiz
31 – 332 Hierarchical Clustering
-
193 – Hierarchical Clustering Intuition Part 1.mp4
00:00 -
194 – Hierarchical Clustering in MATLAB.mp4
00:00 -
195 – Hierarchical Clustering Intuition Part 2.mp4
00:00 -
Section Quiz
32 – 34 Dimensionality Reduction
-
196 – Code and data.html
00:00 -
197 – Principal Component Analysis.mp4
00:00 -
198 – PCA in MATLAB Part 1.mp4
00:00 -
199 – PCA in MATLAB Part 2.mp4
00:00 -
Section Quiz
33 – 35 Project Malware Analysis
-
200 – Code and data.html
00:00 -
201 – Problem Discription.mp4
00:00 -
202 – Customizing code templates for completing Task 1 and 2 Part 1.mp4
00:00 -
203 – Customizing code templates for completing Task 1 and 2 Part 2.mp4
00:00 -
204 – Customizing code templates for completing Task 3 4 and 5.mp4
00:00 -
205 – Here is the project.html
00:00 -
Section Quiz
34 – Part 4 Data Preprocessing for Machine Learning using MATLAB
-
206 – Introduction to course.mp4
00:00
35 – 41 Handling Missing Values
-
207 – Code and Data.html
00:00 -
208 – Deletion strategies.mp4
00:00 -
209 – Using mean and mode.mp4
00:00 -
210 – Considering as a special value.mp4
00:00 -
211 – Class specific mean and mode.mp4
00:00 -
212 – Random Value Imputation.mp4
00:00 -
Section Quiz
36 – 42 Dealing with Categorical Variables
-
213 – Code and Data.html
00:00 -
214 – Categorical data with no order.mp4
00:00 -
215 – Categorical data with order.mp4
00:00 -
216 – Frequency based encoding4.mp4
00:00 -
217 – Target based encoding.mp4
00:00 -
Section Quiz
37 – 43 Outlier Detection
-
218 – Code and Data.html
00:00 -
219 – 3 sigma rule with deletion strategy.mp4
00:00 -
220 – 3 sigma rule with filling strategy.mp4
00:00 -
221 – Box plots and iterquartile rule.mp4
00:00 -
222 – Class specific box plots.mp4
00:00 -
223 – Histograms for outliers.mp4
00:00 -
224 – Local Outlier Factor Part 1.mp4
00:00 -
225 – Local Outlier Factor Part 2.mp4
00:00 -
226 – Outliers in Categorical Variables.mp4
00:00 -
Section Quiz
38 – 44 Feature Scaling and Data Discretization
-
227 – Code and Data.html
00:00 -
228 – Feature Scalling.mp4
00:00 -
229 – Discretization using Equal width binning.mp4
00:00 -
230 – Discretization using Equal Frequency binning.mp4
00:00 -
Section Quiz
39 – 45 Project Selecting the Right Method for your Data
-
231 – Code and Data.html
00:00 -
232 – Selecting the right method Part 1.mp4
00:00 -
233 – Selecting the right method Part 2.mp4
00:00 -
Section Quiz
40 – Part 5 Automate your Tasks using MATLAB
-
234 – Introduction to the course.mp4
00:00 -
Section Quiz
41 – 51 Controlling Mouse and Keyboards to Automate Tasks
-
235 – Code and Data.html
00:00 -
236 – Writting to NotePad and then Deleting the Stuff.mp4
00:00 -
237 – Saving Files and Opening up Google Page.mp4
00:00 -
238 – Drawing a Tiger using Mouse and Keyboard.mp4
00:00 -
Section Quiz
42 – 52 Emails Web and Running Scripts from Command Window
-
239 – Code and Data.html
00:00 -
240 – Sending email Opening a Webpage and Executing System Commands.mp4
00:00 -
241 – Automating Emails and other Tasks using Batch Files.mp4
00:00 -
242 – Automatic Screenshots and Sending them as Emails.mp4
00:00 -
Section Quiz
43 – 53 Automatically Moving Deleting and Browsing Files
-
243 – Code and Data.html
00:00 -
244 – Automating Directory Interactions Part 1.mp4
00:00 -
245 – Automating Directory Interactions Part 2.mp4
00:00 -
246 – Finding files and arraning them in folder structures.mp4
00:00 -
Section Quiz
44 – 54 Exceptions assert startup finish diary
-
247 – Code and Data.html
00:00 -
248 – Automating programs to work during errors.mp4
00:00 -
249 – Finish and Startup functions for loading preferences.mp4
00:00 -
250 – Automating program checking and logging.mp4
00:00 -
Section Quiz
45 – 55 Automate user interactions
-
251 – Code and data.html
00:00 -
252 – Automating file interactions.mp4
00:00 -
253 – Automatic arrangment of pictures based on years.mp4
00:00 -
254 – Automate user interactions.mp4
00:00 -
Section Quiz
46 – 56 Code debuggging and analyzer
-
255 – Code and Data.html
00:00 -
256 – Automate code inspection.mp4
00:00 -
257 – Common Errors.mp4
00:00 -
Section Quiz
47 – 57 Textual processing for automatic summarization of contents
-
258 – Code and Data.html
00:00 -
259 – Summaring Textual Contents using Word Cloud.mp4
00:00 -
260 – Summaring Textual contents using topic models.mp4
00:00 -
261 – Read the html from a google search.mp4
00:00 -
Section Quiz
48 – 58 Generating ppts word documents and pdfs
-
262 – Code and Data.html
00:00 -
263 – Creating Presentations.mp4
00:00 -
264 – Adding Figures Tables to Presentations.mp4
00:00 -
265 – Generating Word Documents.mp4
00:00 -
266 – Adding Figures and Tables to Word Documents.mp4
00:00 -
Section Quiz
49 – Part 6 Regular Expressions using Matlab
-
267 – Introduction to the course.mp4
00:00
50 – 61 Introduction to Regular Expressions
-
268 – Codes.html
00:00 -
269 – Regular Expressions Fundamentals.mp4
00:00 -
270 – Executing Regular Expressions on Matlab literals and meta characters.mp4
00:00 -
271 – Online Regex Engine.mp4
00:00 -
272 – The dot metacharacter.mp4
00:00 -
Section Quiz
51 – 62 Character Classes
-
273 – Codes.html
00:00 -
274 – Basics of Character Classes.mp4
00:00 -
275 – Exclusion of characters using a character class.mp4
00:00 -
276 – Some exceptions with a character class.mp4
00:00 -
277 – Shorthand for character classes.mp4
00:00 -
Section Quiz
52 – 63 Anchors and Word Boundaries
-
278 – Codes.html
00:00 -
279 – Staring and Ending Anchors.mp4
00:00 -
280 – Examples of Starting and Ending Anchors.mp4
00:00 -
281 – Word Boundaries Part 1.mp4
00:00 -
282 – Word Boundaries Part 2.mp4
00:00 -
Section Quiz
53 – 64 Repetitiongs using Quantifiers
-
283 – Codes.html
00:00 -
284 – Quantifiers.mp4
00:00 -
285 – Limited Repetition.mp4
00:00 -
286 – Lazy and Greedy Quantifiers.mp4
00:00 -
Section Quiz
54 – 65 Group Constructs
-
287 – Codes.html
00:00 -
288 – Understanding the Grouping.mp4
00:00 -
289 – Non.mp4
00:00 -
290 – Effect of Quantifiers on Groups.mp4
00:00 -
291 – Alternation.mp4
00:00 -
292 – Atomic Grouping.mp4
00:00 -
Section Quiz
55 – 66 Assertions Conditions and Backreferencing
-
293 – Codes.html
00:00 -
294 – Look Ahead Assertions.mp4
00:00 -
295 – Look Behind Assertions.mp4
00:00 -
296 – Backreferencing.mp4
00:00 -
297 – Named Capturing Groups and Backreferencing.mp4
00:00 -
298 – Conditions if then else.mp4
00:00 -
299 – Branch Reset.mp4
00:00 -
Section Quiz
56 – 67 Practical Examples
-
300 – Codes.html
00:00 -
301 – Character Ranges.mp4
00:00 -
302 – Password Checking Example.mp4
00:00 -
303 – IP Addresses.mp4
00:00 -
304 – Matching a valid date.mp4
00:00 -
Section Quiz
57 – Part 7 Matlab App Designing Using Guide
-
305 – Introduction to MATLAB Apps with Guide.mp4
00:00
58 – 71 Basics of the Guide
-
306 – Accessing Guide and the Available controls.mp4
00:00 -
307 – Properties of controls Initial values and tags.mp4
00:00 -
308 – Positioning and aligning controls.mp4
00:00 -
309 – Grid and lines.mp4
00:00 -
310 – Customizing tabbing behavior.mp4
00:00 -
311 – The created functions in the m file.mp4
00:00 -
312 – The set and get functions.mp4
00:00 -
Section Quiz
59 – 72 Linking the code with the GUI
-
313 – Codes.html
00:00 -
314 – GUI for a simple product program.mp4
00:00 -
315 – Including tables in GUI.mp4
00:00 -
316 – Working with the slider and including graphs.mp4
00:00 -
317 – Setting up a background image of a button.mp4
00:00 -
318 – Setting the menu.mp4
00:00 -
319 – Changing the backgrounds of a GUI.mp4
00:00 -
320 – Button group and radio buttons.mp4
00:00 -
321 – Using checkboxes.mp4
00:00 -
322 – Reading a file text file and displaying its contents.mp4
00:00 -
323 – Explaining toggle buttons.mp4
00:00 -
324 – pop up menu and list boxes.mp4
00:00 -
325 – hObject and Handles.mp4
00:00 -
Section Quiz
60 – 73 Advance techniques for GUIDE
-
326 – Codes.html
00:00 -
327 – Passing values between GUIs.mp4
00:00 -
328 – Passing values between two call back functions.mp4
00:00 -
329 – How to pass command line arguments to the GUI.mp4
00:00 -
Section Quiz
61 – 74 Sample projects with GUIDE
-
330 – Codes.html
00:00 -
331 – Sample project 1.mp4
00:00 -
332 – Sample Project 2 Image Processing Part 1.mp4
00:00 -
333 – Sample Project 2 Image Processing Part 2.mp4
00:00 -
Section Quiz
62 – 75 More Useful Tricks and Examples with GUIDE
-
334 – Codes.html
00:00 -
335 – A trick with the visibility option of text box.mp4
00:00 -
336 – Simple string manipulation and user notification.mp4
00:00 -
337 – Deleting elements from a List box one by one programatically.mp4
00:00 -
338 – Adding elements to a list box programatically.mp4
00:00 -
339 – Selection Determination and Counter.mp4
00:00 -
340 – User notifications during processing with a push button.mp4
00:00 -
341 – Interacting with GUI from Keyboard.mp4
00:00 -
342 – Popup Menu Choice Restriction.mp4
00:00 -
Section Quiz
63 – Part 8 Create MATLAB Apps with App Designer
-
343 – Introduction to MATLAB Apps with App Designer.mp4
00:00
64 – 81 Basics of AppDesigner
-
344 – Layout of the appdesigner.mp4
00:00 -
345 – Alignment and arranging options.mp4
00:00 -
346 – Spacing and resizing.mp4
00:00 -
347 – Grid Lines.mp4
00:00 -
348 – Error message for better coding.mp4
00:00 -
349 – Shortcuts for appdesigner.mp4
00:00 -
Section Quiz
65 – 82 Coding GUIs
-
350 – Important notes before coding.mp4
00:00 -
351 – Simple addition program.mp4
00:00 -
352 – Slider and graphs.mp4
00:00 -
353 – label text area and list boxes.mp4
00:00 -
354 – Drop down menu.mp4
00:00 -
355 – Radio buttons.mp4
00:00 -
356 – State buttons and spinner.mp4
00:00 -
357 – Switches and Textual Files.mp4
00:00 -
358 – Working with Tables.mp4
00:00 -
359 – Lamps and Tabs.mp4
00:00 -
360 – Guages and Knobs.mp4
00:00 -
Section Quiz
66 – 83 Advance techniques
-
361 – Passing values between two call back functions.mp4
00:00 -
362 – Passing data between two GUIs.mp4
00:00 -
363 – Adding a custom built functions.mp4
00:00 -
364 – Background images nd calling multiple GUIs from script.mp4
00:00 -
365 – Packaging your app.mp4
00:00 -
Section Quiz
67 – 84 Sample projects with App Designer
-
366 – Sample project 1 Building a calculator Part 1.mp4
00:00 -
367 – Sample Project 2 Image Processing.mp4
00:00 -
Section Quiz
68 – BONUS Discounted Coupons for my other MATLAB Courses
-
368 – Discounted coupons for MY other MATLAB courses.html
00:00
Earn a certificate
Add this certificate to your resume to demonstrate your skills & increase your chances of getting noticed.
Student Ratings & Reviews
4.7
Total 3 Ratings
5
2 Ratings
4
1 Rating
3
0 Rating
2
0 Rating
1
0 Rating
This is an incredible effort from Sir Nouman Azam and this is a really good platform to learn Matlab.
overall best experience, thankyou
I only watched the first half of this course since i wasn't interested in ML part. And the first part is really well explained. The instructor has broken down the course really well into sections and lectures. One can start with any section they like. Nice course overall.