SetTall

Sets values in a tall table at arbitrary positions

You are now following this Submission

Changes the values of user defined position (rows, clmns) in a tall table. Neither 'rows' nor 'clmns' need to be consecutive.
data: tall table
ds: TallDatastore of 'data'
rows: numeric vector
clmns: numeric vector
newdata: table or array containing the new data at position (rows, clmns). size(newdata) must be [length(rows), length(clmns)]
SetTall saves 'data' to a new temporary folder before accessing the data. This way it processes all pending calculations before manipulating the data. At the end it restores the data to the original folder. You can adjust the temporary folder inside the function code (default is 'C:\MatlabTMP\SetTall').

Cite As

Philipp Lauff (2026). SetTall (https://se.mathworks.com/matlabcentral/fileexchange/107065-settall), 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.0.2

minor corrections

1.0.1

minor corrections

1.0.0