How do I override the LENGTH function to support TABLE data type in MATLAB R2013b?
Show older comments
I have a function that takes in a generic variable 'x' and irrespective of its data type loops through each entry of its largest dimension. The table data type introduced in MATLAB R2013b however does not support this function and limits the reusability of my code. When 'x' is a TABLE I would like LENGTH(x) to return the height of the table.
Accepted Answer
More Answers (0)
Categories
Find more on Tables in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!