Store a value in a variable and then use isa to test to see whether or not it is the type double
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:4| Question number:29.4
All Answers
total answers (1)
>> val = 43;
>> isa(val, 'double')
ans =
1
need an explanation for this answer? contact us directly to get an explanation for this answer