Matlab : how to get method 'tonndata' for input arguments for matlab?
Afficher commentaires plus anciens
??? Undefined function or method 'tonndata' for input arguments of type 'double'.?
I'm using matlab R2009a
Thank you
1 commentaire
qazakian
le 23 Déc 2013
Réponse acceptée
Plus de réponses (1)
Image Analyst
le 23 Déc 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 commentaires
qazakian
le 23 Déc 2013
Image Analyst
le 23 Déc 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
le 23 Déc 2013
qazakian
le 23 Déc 2013
Image Analyst
le 23 Déc 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.
Catégories
En savoir plus sur Multicore Processor Targets dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!