Anselm Griffin
This channel is mainly devoted to Matlab
The following toolboxes / areas are discussed and illustrated.
a) Symbolic Math Toolbox
b) Solution of first order and second order differential equations.
c) Image processing Toolbox
d) Computer vision Toolbox.
Follow me on Twitter at http://twitter.com/matlabdublin
Classify Hyperspectral Image Using Support Vector Machine Classifier
Image Labeler in Matlab
Introduction to ROSBAG files in MATLAB.
Lidar and Camera Calibration in Matlab
Classify Sentiment of Tweets Using Deep Learning. IP credit in description.
Object detection in Matlab using regionprops, bwconncomp and other inbuilt commands. IP / code below
Placing Ever Given command in the Matlab Lake
Scharr operator in Matlab
How to rotate an image in the x,y, and z plane in Matlab using inbuilt functions rotx, roty and rotz
How to rotate an image in the x,y, and z plane in Matlab
Explanation of meshgrid function in Matlab
Geometric transformations in Matlab using Homogeneous coordinates.
Rotation, translation and shearing of points in Matlab in homogenous format
How to shear points point in Matlab not using the inbuilt functions. Code in description
Plot a bouncing ball in Matlab. Code and IP credit in Description.
Scaling of points in Excel
Rotation of points in Matlab. I did this already in Excel
Rotation of points in Excel. Link to file in description.
Solving a second order differential equation in Matlab. Code in description
Body fat estimation using a neural network in Matlab
12th anniversay of my YouTube channel
Modelling the height of water in a tank with a differential equation in Matlab. First order ODE
Solving a linear progamming problem using solver in Excel. File is in description
Stiff differential equations in Matlab. Flame propogation example
k-NN classification in Matlab
Visualizations of Northern Hemisphere Sea Ice Concentration in Matlab. IP credit in description #285
Estimate Optical Flow Using Horn-Schunck Method. IP credit description.
Heron's method or Babylonian method to find the approximate square root of a number. #283
Use nested for loops to find prime numbers 1 to 100 in Matlab. We also solve using isprime
12 times tables in Matlab using nested for loops.