Matlab examples - the blog...

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 Matlab Examples - Page 3

Sitemap for Matrixlab-Examples.com (page 3), you can fastly find your topics of interest...

Continue reading "Sitemap for Matlab Examples - Page 3"

Sitemap for Matlab Examples - Page 2

Sitemap for Matrixlab-Examples.com (page 2), you can fastly find your topics of interest...

Continue reading "Sitemap for Matlab Examples - Page 2"

Power Factor Correction Capacitors

Example of the formulas to calculate power factor correction capacitors. These diagrams show the relationship of...

Continue reading "Power Factor Correction Capacitors"

RC circuit - Transient analysis with Matlab

Let's explore how a RC circuit charges or discharges with Matlab, plot the exponential rise...

Continue reading "RC circuit - Transient analysis with Matlab"

Simple Circuit - An Analysis with Matlab

We show the analysis of a simple circuit using linear algebra with Matlab, it has a current source and a CCVS...

Continue reading "Simple Circuit - An Analysis with Matlab"

The IF statement in Scilab

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...

Continue reading "The IF statement in Scilab"

Scilab Functions and scripts

See an example on how to use Scilab functions and scripts, input parameters and tasks...

Continue reading "Scilab Functions and scripts"

Nodal Analysis - learn about KCL and solve it easily with Matlab

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"

Mathematical Optimization using Scilab's optim

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"

Recursion in Scilab

We briefly explain how to code recursion in Scilab with an experiment about factorial...

Continue reading "Recursion in Scilab"

High Pass Filter with Winspice and Scilab

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"

Create Matlab GUI - video

Video demonstration of how a Matlab GUI is created, drag-and-drop capabilities, and callback functions introduction...

Continue reading "Create Matlab GUI - video"

Matlab GUI - First steps...

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...

Continue reading "Matlab GUI - First steps..."

Matlab Plots

These examples introduce several Matlab plots and its main features... In this group of exercises, we are going to create several MATLAB plots.

Continue reading "Matlab Plots"

Video: create a Matlab program

See this video to learn to create a Matlab program. Use the editor window...

Continue reading "Video: create a Matlab program"

Matlab Programming - tutorials and examples

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"