How do I override the LENGTH function to support TABLE data type in MATLAB R2013b?
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Tables dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!