InplaceArray: a semi-pointer package for Matlab
This package helps to create "children" arrays that share the same data as the mother array. The children array can be shaped any customized size for later manipulation.
In short it provides some sort of equivalent C-"pointer" where Matlab lacks.
Extreme cautious when using this package, otherwise encountered crashes and memory leaks warranty. For "advanced" users only.
SPARSE, STRUCTURE are currently not supported
ATTENTION: Serious bug in testinplace.m in the first submission. Before the new fixed version is submitted please do not run this function (the rest is OK)
引用格式
Bruno Luong (2024). InplaceArray: a semi-pointer package for Matlab (https://www.mathworks.com/matlabcentral/fileexchange/24576-inplacearray-a-semi-pointer-package-for-matlab), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
标签
致谢
启发作品: SHAREDCHILD creates a shared data copy of contiguous subset, sharedmatrix, MxArrayDefinition
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!