Create a double variable. Use the functions methods and properties to see what are available for the class double
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:11| Question number:1.11
All Answers
total answers (1)
>> number = 33.3;
>> methods(number)
Methods for class double:
abs chebyshevU erfinv lambertw rdivide
accumarray chol euler ldivide real
acos cholupdate exist ldl reallog
acosd colon exp le realpow
acosh conj expm1 legendreP
etc.
>> properties(number)
No properties for class double.
need an explanation for this answer? contact us directly to get an explanation for this answer