Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - In matlab, char variable and double variable are used as input parameters together. How to define them?
In matlab, char variable and double variable are used as input parameters together. How to define them?
The data type of Matlab is not like writing char byte short int float in other programs;

The default types of numerical values are all double types, and no special definition is needed.

So after the assignment, it is double.