Matlab Cell Operations

This package contains functions to perform number operations on the MATLAB data type cell.
713 Downloads
Updated 25 May 2011

View License

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 (2024). Matlab Cell Operations (https://www.mathworks.com/matlabcentral/fileexchange/27307-matlab-cell-operations), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Cell Arrays in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

Added new functions for cell operations and corrected earlier functions.

1.0.0.0