Info

This question is closed. Reopen it to edit or answer.

define an array with 15 abbreviations of the same kind

1 view (last 30 days)
n= park_assist;
m=32;
c = cell (1,n);
for k = 1:n
c{k} = zeros (1,m);

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!