Matlab : how to get method 'tonndata' for input arguments for matlab?
Show older comments
??? Undefined function or method 'tonndata' for input arguments of type 'double'.?
I'm using matlab R2009a
Thank you
Accepted Answer
More Answers (1)
Image Analyst
on 23 Dec 2013
The function doesn't exist. Try this http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
and try this before it gets to the part where it fails.
which -all tonndata
ver
and tell us what that spits out into the command window, along with the complete error message (everything in red), not just a small snippet of it like you gave us.
5 Comments
qazakian
on 23 Dec 2013
Image Analyst
on 23 Dec 2013
Strange that the ver command did not list any of your toolboxes.
Why do you think that you should have this tonndata function? What gave you that idea? Did you get a bunch of m-files from someone and they forgot to give you this function? Or do you think that it's an official MATLAB function that is supposed to be in some toolbox that you've purchased?
qazakian
on 23 Dec 2013
qazakian
on 23 Dec 2013
Image Analyst
on 23 Dec 2013
What does it say when he does which tonndata? Whatever file it says, get that file from him and transfer it to your computer.
Categories
Find more on Simulink 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!