Question: At the command line, when we type: say = 8; old = 2; [fee,fum] = pig(say,old); using the function file: function [gem, hay] = pig(joy,add)

At the command line, when we type: say = 8; old = 2; [fee,fum] = pig(say,old); using the function file: function [gem, hay] = pig(joy,add) % compute a math formula gem = joy * add; hay = joy/add; the value(s) stored in fee will be: the value(s) stored in fum will be
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
