From where I can get fieldnames.m?
2 views (last 30 days)
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.
Accepted Answer
Walter Roberson
on 5 Aug 2013
The more relevant question is where you got samexaxis, as that routine is not part of MATLAB.
If you are using the routine by that name from the File Exchange, then you should read the comments and ratings section of the descriptive page http://www.mathworks.com/matlabcentral/fileexchange/7169-samexaxis-nice-subplots-with-same-x-axis as the problem is discussed and solved there.
2 Comments
Walter Roberson
on 5 Aug 2013
See "31 Jul 2007 Tony Antonacc" in response to the part that follows in which Ramis reports the same error you see.
And make sure that the parseArgs shown there is earlier on the MATLAB path than whatever parseArgs is getting invoked at the moment.
which -all parseArgs
More Answers (1)
Jan
on 5 Aug 2013
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.
0 Comments
See Also
Categories
Find more on Loops and Conditional Statements 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!