Explain the difference between these two statements: result = 9*2 result = 9*2;
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:1| Question number:2.1
All Answers
total answers (1)
Both will store 18 in the variable result. In the first, MATLAB will display this in the Command Window; in the second, it will not.
need an explanation for this answer? contact us directly to get an explanation for this answer