Info

此问题已关闭。 请重新打开它进行编辑或回答。

How to split this arrays?

1 次查看(过去 30 天)
jamin kong
jamin kong 2018-2-9
关闭: MATLAB Answer Bot 2021-8-20
Hello! Everybody~ Here is Example for my question!
a = [0 0 1 0 0 0 0 1 0 0 0 0 0 0 1];
Like the image above, I wanna split this array for including another values.
%
b = [0 0 1];
c = [0 0 0 0 1];
d = [0 0 0 0 0 0 1];

回答(0 个)

此问题已关闭。

标签

产品

Community Treasure Hunt

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

Start Hunting!