Question: MATLAB function basic, display EWNS 3 Similar as previous problems, but comprehensive Write a function named myFunction(N,C), where input N is an odd integer no
MATLAB


function basic, display EWNS 3 Similar as previous problems, but comprehensive Write a function named myFunction(N,C), where input N is an odd integer no less than 5, and input c is a charactor among 'E' 'W' 'N''S' return similar pattern as in the previous problems, use switch to control which to return, and "otherwise" to throw an error for wrong input For example (7,'S') should give 88 88 88 88 88 88 88 88 o o o o o o 88 O 0 0 0 0 0 88 88 88 88 88 88 88 o o o 0 88 0 88 88 88 88 88 88 88 88 Function Save C Reset LI MATLAB Documentation 1 Code to call your function C Reset 1 % try run with different combinations to make sure your codes cover all the possible situations 2 myFunction(7,'S') function basic, display EWNS 3 Similar as previous problems, but comprehensive Write a function named myFunction(N,C), where input N is an odd integer no less than 5, and input c is a charactor among 'E' 'W' 'N''S' return similar pattern as in the previous problems, use switch to control which to return, and "otherwise" to throw an error for wrong input For example (7,'S') should give 88 88 88 88 88 88 88 88 o o o o o o 88 O 0 0 0 0 0 88 88 88 88 88 88 88 o o o 0 88 0 88 88 88 88 88 88 88 88 Function Save C Reset LI MATLAB Documentation 1 Code to call your function C Reset 1 % try run with different combinations to make sure your codes cover all the possible situations 2 myFunction(7,'S')
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
