4. Consider the following small script M-file and function M-file. 4; y [2 3;6 7]; a(1,1) = dumbFunction(x,y(2,1)); func
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
4. Consider the following small script M-file and function M-file. 4; y [2 3;6 7]; a(1,1) = dumbFunction(x,y(2,1)); func
4. Consider the following small script M-file and function M-file. 4; y [2 3;6 7]; a(1,1) = dumbFunction(x,y(2,1)); function r = dumbFunction(a,b) r = b/a; return; Now, complete the following sentence by filling in the blanks. The numerical values and are passed into the function dumbFunction. The function returns the numerical value which is then stored in the variable
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!