Trailing string input error using rowfun
Ältere Kommentare anzeigen
when I try to apply the @sum function to my table via rowfun(@sum,table), I get the following:
Error using sum Trailing string input must be 'double', 'native', 'default', 'omitnan' or 'includenan'.
yet I get NO error when I execute varfun(@sum,table).... Anyone have any ideas?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Adding custom doc finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!