Create Matlab GUI - video
MAtrilab Examples » Matlab
by
3y ago
Video demonstration of how a Matlab GUI is created, drag-and-drop capabilities, and callback functions introduction ..read more
Visit website
Power Factor Correction Capacitors
MAtrilab Examples » Matlab
by
3y ago
Example of the formulas to calculate power factor correction capacitors. These diagrams show the relationship of ..read more
Visit website
Card Trick with Matlab GUI
MAtrilab Examples » Matlab
by
3y ago
In this article we’re going to develop another computerized card trick using callback-functions in Matlab GUIs. I strongly suggest you read the first and second articles in this series, to know how to start and how to use the very important three instructions ‘get’, ‘set’ and ‘guidata ..read more
Visit website
WinSpice Simulator and Matlab
MAtrilab Examples » Matlab
by
3y ago
WinSpice Simulator driven from Matlab. In this article, a Matlab routine to drive the WinSPICE simulator is presented. This method can be easily adapted to simulate any circuit entered in a fully parameterized manner. The performance of the Matlab driver is illustrated by simulating a simple amplifier ..read more
Visit website
Line detection - working images with Matlab...
MAtrilab Examples » Matlab
by
3y ago
This experiment explores line detection (image analysis) with Matlab ..read more
Visit website
Fourier Analysis - introduction from a practical point of view
MAtrilab Examples » Matlab
by
3y ago
Fourier analysis has many applications in science, physics, digital signal processing, imaging, numerical analysis, acoustics... Let's use math software to ..read more
Visit website
Magic Square - properties in Matlab
MAtrilab Examples » Matlab
by
3y ago
Would you like to form a magic square with Matlab? Would you like to know why it is magic? Would you like to learn Matlab ..read more
Visit website
3D Plot Part 2 - working with Matlab
MAtrilab Examples » Matlab
by
3y ago
The 3D plot functions intended for plotting meshes and surfaces 'mesh' and 'surf', and their several variants 'meshc', 'meshz', 'surfc', and 'surfl', take multiple optional input arguments, the most simple form being 'mesh(z)' or 'surf(z)', where z represents a matrix. See these examples ..read more
Visit website
Polynomials in Matlab
MAtrilab Examples » Matlab
by
3y ago
Polynomials are used so commonly in algebra, geometry and math in general that Matlab has special commands to deal with them. The polynomial 2x4 + 3x3 − 10x2 − 11x + 22 is represented in Matlab by the array [2, 3, -10, -11, 22] (coefficients ..read more
Visit website
Polynomial Regression in Matlab - easy least squares fitting
MAtrilab Examples » Matlab
by
3y ago
We'll demonstrate how to work out polynomial regression in Matlab (also known as polynomial least squares fittings ..read more
Visit website

Follow MAtrilab Examples » Matlab on FeedSpot

Continue with Google
Continue with Apple
OR