SplitVec
版本 1.9.0.0 (3.8 KB) 作者:
Bruno Luong
Partition an input vector into smaller series of subvectors of consecutive elements
It says all in the summary. Nothing fancy just a convenient tool for spitting vectors.
引用格式
Bruno Luong (2024). SplitVec (https://www.mathworks.com/matlabcentral/fileexchange/24255-splitvec), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2010b
兼容任何版本
平台兼容性
Windows macOS Linux类别
- MATLAB > Mathematics > Linear Algebra >
在 Help Center 和 MATLAB Answers 中查找有关 Linear Algebra 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.9.0.0 | Output specific columns on split-array |
||
1.8.0.0 | extend 'type' with split column numbers
|
||
1.6.0.0 | New builtin outputs: blockID and subsetorder |
||
1.5.0.0 | fix the bug when 'loc' is required and when working down the columns of matrix |
||
1.4.0.0 | correct bug for empty array, group function
|
||
1.3.0.0 | Correct minor bug |
||
1.2.0.0 | correct bug when function handle is passed in second input |
||
1.1.0.0 | multiple column grouping capability |
||
1.0.0.0 |