Question: (MATLAB QUESTION). How to modify this function? function [ strings ] = increasingStrings() % enter code/comments here end **Function randString is given below in case

 (MATLAB QUESTION). How to modify this function? function [ strings ]

(MATLAB QUESTION). How to modify this function?

function [ strings ] = increasingStrings() % enter code/comments here

end

**Function randString is given below in case it needs here:

function [ outputString ] = randString alphabet = [ 'A' : 'Z' 'a' : 'z' ]; outputString = alphabet( randi( length( alphabet ) , 1 , randi( 7 ) - 1 ) ); end **

.1 ncreasingStrings D Modify increasingStrings.m so that the function returns a cell array of three (3) strings where the first string has length 2, the second has length 3, and the third has length 4 The provided function randString will generate a string with a length between 0 and 6 (inclusive) If randString returns a string of a length that is already in the cell array, keep the string that is already in the cell array 4.1.1 Example increasingStrings vp

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!