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