Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How to split this arrays?

1 Ansicht (letzte 30 Tage)
jamin kong
jamin kong am 9 Feb. 2018
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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];

Antworten (0)

Diese Frage ist geschlossen.

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!