Here are some new examples and applications that I have added to my website. They try to clarify the use of some instructions and functions in Matlab. I hope you find them useful...
Sitemap for Matrixlab-Examples.com (page 3), you can fastly find your topics of interest...
Sitemap for Matrixlab-Examples.com (page 2), you can fastly find your topics of interest...
Example of the formulas to calculate power factor correction capacitors. These diagrams show the relationship of...
Let's explore how a RC circuit charges or discharges with Matlab, plot the exponential rise...
Continue reading "RC circuit - Transient analysis with Matlab"
We show the analysis of a simple circuit using linear algebra with Matlab, it has a current source and a CCVS...
The IF statement in Scilab lets you evaluate a condition and works with the THEN clause to take a course of action based on the evaluation...
See an example on how to use Scilab functions and scripts, input parameters and tasks...
How a nodal analysis can let you find voltages in an electrical circuit. Use this math software to work out the arithmetic operations...
Continue reading "Nodal Analysis - learn about KCL and solve it easily with Matlab"
Scilab can perform mathematical optimization using the built-in function ‘optim’. Need to define the function to be optimized, with pecularities...
Continue reading "Mathematical Optimization using Scilab's optim"
We briefly explain how to code recursion in Scilab with an experiment about factorial...
Create and test an RC high pass filter with Winspice and change its parameters from Scilab...
Continue reading "High Pass Filter with Winspice and Scilab"
Video demonstration of how a Matlab GUI is created, drag-and-drop capabilities, and callback functions introduction...
We are going to develop a simple Matlab GUI. We’ll use the Matlab GUIDE (Graphical User Interface Development Environment) which is pretty handy... This article is a super-fast introduction, but very convenient because with some ingenuity you can learn it in 10 minutes... or so...
These examples introduce several Matlab plots and its main features... In this group of exercises, we are going to create several MATLAB plots.
See this video to learn to create a Matlab program. Use the editor window...
In this Matlab programming example, we are going to plot two concentric circles and mark the center point with a black square. We use polar coordinates in this case (for a variation).
Continue reading "Matlab Programming - tutorials and examples"