This is a
group of easy step-by-step
Matlab tutorials. See the descriptions and go tothe one of your interest. After these 'in-a-nutshell' lessons,
you'll be almost ready to do your own Matlab programs!
Working
with Polynomials Polynomials
are used so commonly in algebra, geometry and math in general that
Matlab has
special
commands to deal with them. The polynomial 24
+ 3x3
− 10x2 − 11x + 22 is represented...
Cell Arrays These objects are able to
store variables of different size or
type (very much like structures in other programming languages). It is
the most
versatile data object...