From where I can get fieldnames.m?
Show older comments
I am running sameaxis.m getting error something like fieldnames for input arguments of type cell.
2 Comments
David Sanchez
on 5 Aug 2013
Please, copy-paste the error message you get and if possible, the code you are using.
Jan
on 5 Aug 2013
@S: Please do not post 2 threads for the same problem.
Accepted Answer
More Answers (1)
Jan
on 5 Aug 2013
0 votes
While the complete error message and the concerned part of the code would reveal the problem in detail, the partial error message allows to guess, that you apply the function fieldnames() to a cell, but it is defined for struct input only.
Categories
Find more on File Operations 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!