From where I can get fieldnames.m?

2 views (last 30 days)
I am running sameaxis.m getting error something like fieldnames for input arguments of type cell.
  2 Comments
David Sanchez
David Sanchez on 5 Aug 2013
Please, copy-paste the error message you get and if possible, the code you are using.
Jan
Jan on 5 Aug 2013
@S: Please do not post 2 threads for the same problem.

Sign in to comment.

Accepted Answer

Walter Roberson
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
RS
RS on 5 Aug 2013
yes the same page from I got sameaxis.m but still I am not getting right solution?
Walter Roberson
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

Sign in to comment.

More Answers (1)

Jan
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.

Categories

Find more on Debugging and Analysis 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!