Matlab Cell Operations
This package contains functions to perform number operations on the MATLAB data type cell. If any cell contains sub-cells, the functions call themselves recursively,
A few example functions included in this package are:
celladd - Z = CELLADD(Z1,Z2)
celldivide - Z = CELLDIVIDE(Z1,Z2)
cellmul - Z = CELLMUL(Z1,Z2)
cellpower - Z = CELLPOWER(Z,Q)
cellsquare - Z = CELLSQUARE(Z)
cellsubtract - Z = CELLSUBTRACT(Z1,Z2)
Cite As
SANDEEP PALAKKAL (2023). Matlab Cell Operations (https://www.mathworks.com/matlabcentral/fileexchange/27307-matlab-cell-operations), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.