Variable c is a cell array. Which of the following code can display the value of each cell element? A for i=1:length(c)
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Variable c is a cell array. Which of the following code can display the value of each cell element? A for i=1:length(c)
Variable c is a cell array. Which of the following code can display the value of each cell element? A for i=1:length(c) disp(c(0)); end B. for x=c disp(x) end C for i=1:length(c) disp(c[0) end D.for "c disp({x}) end
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!