fromTable2CellArray

Rearranges data from a table into a cell array compatible with filexchange daboxplot function.
22 Downloads
Updated 4 Mar 2021

View License

This file is specifically created to use tables along with the filexchange daboxplot function written by Povilas Karvelis
(https://www.mathworks.com/matlabcentral/fileexchange/74851-daboxplot)
It basically rearranges data from a table into a cell array compatible with the aforementioned function daboxplot.

Cite As

Carlos Borau (2024). fromTable2CellArray (https://www.mathworks.com/matlabcentral/fileexchange/79646-fromtable2cellarray), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2020a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

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.3

char columns are now allowed too

1.0.2

now categorical columns are allowed by automatically converting them to numerical indexes

1.0.1

typos fixed

1.0.0