Main Content

Combining Integer and Noninteger Data

If you combine integers withdouble,single, orlogicalclasses, all elements of the resulting matrix are given the data type of the left-most integer. For example, all elements of the following vector are set toint32:

A = [true pi int32(1000000) single(17.32) uint8(250)]