SetTall

Sets values in a tall table at arbitrary positions
5 Downloads
Updated 22 Feb 2022

View License

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 (2024). SetTall (https://www.mathworks.com/matlabcentral/fileexchange/107065-settall), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2021a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.2

minor corrections

1.0.1

minor corrections

1.0.0