How do I override the LENGTH function to support TABLE data type in MATLAB R2013b?
Mostra commenti meno recenti
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.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Tables in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!