Afficher commentaires plus anciens
I have been chasing this error for about an hour and a half and don't know where to look. In this function I am passing in a number of strings. I also have a few "get(handles.xrayUseBox,'Value')" inputs to the function. I keep getting the error below and am stumped. What does this mean? Do I have a variable undefined? (I'm pretty sure the answer to that is no) or am I using an input in an improper way?
??? Undefined function or method 'noise_function_test_EE1' for input arguments of type 'cell'.
The error is then pointing at the function. Thank you
Réponse acceptée
Plus de réponses (2)
Walter Roberson
le 22 Août 2011
0 votes
Is handles.xrayUseBox an array of handles? If so then get()'ing the Value would result in a cell array.
1 commentaire
William
le 22 Août 2011
William
le 22 Août 2011
0 votes
Catégories
En savoir plus sur Debugging and Improving Code 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!