A blog to help electrical engineers and students to learn electrical engineering topics. Basic Electrical Engineering, Power Systems, Electrical Machines, tec.. Now special course on MATLAB for Beginners.

Class

Class

Friday, April 15, 2016

Data Classes in MATLAB



Fundamental Data Types All data in MATLAB is in the form of a matrix or array. But the data that we use in MATLAB software are of different classes. We can make matrices and arrays of any types of these data classes. Two of the MATLAB classes, structures and cell arrays, provide a way to store dissimilar types of data in the same array. There are 15 fundamental data classes in MATLAB. We can develop our own data types. Different data types require different...

Wednesday, April 6, 2016

3D plots in MATLAB



MATLAB provides a lot of graphics to make quick 3-D plots. In this post we will discuss some of these functions. The common 3D plot functions are: ·         Plot3 ·         Waterfall ·         Contour3 ·         Mesh ·         Surf Some...