Feeds
提问
How to combine multiple arrays ?
For example, I have 3 arrays: a = [a1; a2; a3]; b = [b1; b2; b3]; c = [c1; c2; c3]; and I want to combine them in ...
10 years 前 | 1 个回答 | 0
1
个回答提问
Problems with cell array
For example, I've got cell array: c = {[10 12 13]' [4 5 6]' [7 8 9]';... [10 20 30]' [40 5 60]' [70 80 90]';... ...
11 years 前 | 2 个回答 | 0
