Modify cell array contents?

I want to modify a cell for example A = { 1, 2, 3, 2, 3, 4 } to the same A = { [1 2], [3 2], [3 4] }

Answers (1)

Categories

Asked:

a
a
on 6 Dec 2018

Answered:

on 6 Dec 2018

Community Treasure Hunt

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

Start Hunting!