How To Know Data Type In Matlab?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The easiest way to determine the data type of a variable in MATLAB is to use the class function. This function returns the data type of a variable as a string. For example, if you have a variable called x, you can type “class(x)” at the command line to determine the data type.