Why do we always suppress all assignment statements in scripts?
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:3| Question number:17.3
All Answers
need an explanation for this answer? contact us directly to get an explanation for this answer
- So we don’t just see the variable = and then the value.
- So we can control exactly what the output looks like.
- So we can format the output.
total answers (1)