Question: The user-defined function MyFunc has two output arguments. Which statements are true about the two calls to MyFunc below? Assume the input variable x has

The user-defined function MyFunc has two output arguments. Which statements are true about the two calls to MyFunc below? Assume the input variable x has been assigned in the Workspace. 1) y = MyFunc(x) 2) [y1, y2] = MyFunc(x) o One value is assigned to y. O Two values are assigned to y. The same value is assigned to y and y1. The same value is assigned to y and y2. An error message will be displayed for 1). An error message will be displayed for 2)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
