In the Command Window, write a for loop that will print the elements from a vector variable in sentence format. For example, if the following is the vector:
>> vec = [5.5 11 3.45];this would be the result:
Element 1 is 5.50.Element 2 is 11.00.Element 3 is 3.45.
The for loop should work regardless of how many elements are in the vector.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.