Experiment with the functional form of some operators such as plus, minus, and times
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:1| Question number:11.1
All Answers
total answers (1)
plus(4, 8)
ans =
12
plus(3, -2)
ans =
1
minus(5, 7)
ans =
-2
minus(7, 5)
ans =
2
times(2, 8)
ans =
16
need an explanation for this answer? contact us directly to get an explanation for this answer