uneval(var_name, value, return_cell_array)

Uneval performs the inverse operation of eval('expression').

Download
Download

You are now following this Submission

Cite As

David Holl (2026). uneval(var_name, value, return_cell_array) (https://www.mathworks.com/matlabcentral/fileexchange/19953-uneval-var_name-value-return_cell_array), 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.6.0

Included workaround for large int64 and uint64 values that MATLAB may accidentally truncate via intermediate casts to double precision.

Download
1.5.0

Replaced cellstr2string in favor of "the_string = sprintf('%s\n', the_string{:});"

Download
1.4.0

Fixed missing "end".

Download
1.3.0

Included missing cell_ind2sub subroutine.

Download
1.2.0

The original package was missing a misnamed subroutine called CELL_IND2SUB.

Download
1.0.0

Download