Question: Create and run a Matlab pro for N times. The word to be scrambled and N should be entered by the user input. Error-check the

Create and run a Matlab pro for N times. The word to be scrambled and N should be entered by the user input. Error-check the input N to make sure it is a positive integer. As the result of running your program, there should be N variables, each with a name as 'wordl', word2",... , storing the N scrambled words, respectively. Use disp function to display the original word as well as all the scrambled words as follows: Please enter a word: example How many times do you want to scramble the word? 5 word = example gram called wordscramble.m to randomly scramble a given word word! 1eapmxe word2 pexamle word3 lapxeem word4 mpxeale word5-lexamep (hint: you can consider using the MATLAB built-in function randperm.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
