Q:

Create the following cell array:

0

 Create the following cell array:

>> ca = {'abc', 11, 3:2:9, zeros(2)}

Use the reshape function to make it a 2 x 2 matrix. Then, write an 

expression that would refer to just the last column of this cell array.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

ca = reshape(ca,2,2);
 ca{:,2}

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now