What is the difference between fliplr(mat) and mat = fliplr(mat)?
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:2| Question number:22.2
All Answers
total answers (1)
The first stores the result in ans so mat is not changed; the second changes mat.
need an explanation for this answer? contact us directly to get an explanation for this answer