Question: MATLAB 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
MATLAB

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 0 0 0 0 0 0 88 0 o o o o 0 88 88 88 88 88 88 88 0 0 0 0 0 0 88 0 0 0 0 0 88 88 88 88 88 88 88 88 Function Save Reset 20 MATLAB Documentation Code to call your function e 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
