Question: Consider the following cell array: c_array= {41, 'a'; 1:2:8, 'hai'} which of the following command produces output 7? (a) (b) (c) (d) c_array(3) (4)
Consider the following cell array: c_array= {41, 'a'; 1:2:8, 'hai'} which of the following command produces output 7? (a) (b) (c) (d) c_array(3) (4) c_array(2, 1) (4) c_array{2} (4) both (b) and (c)
Step by Step Solution
3.50 Rating (150 Votes )
There are 3 Steps involved in it
Given array Cassay 41 a 128 hai Assay Stores elements in with index numbers So ... View full answer
Get step-by-step solutions from verified subject matter experts
