Matlab Cell Operations

This package contains functions to perform number operations on the MATLAB data type cell.

You are now following this Submission

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

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0.0

Added new functions for cell operations and corrected earlier functions.

1.0.0.0