Problem
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I'm going to work with a special toolbox from thermocalc, and it continues giving me this error (Undefined function or method 'tc_cmdq' for input arguments of type 'char'). Could anyone can help me!
2 comentarios
Ryan
el 11 de Jun. de 2012
What is the matlab function used for? Should you be passing it a character and not a number? try typing "help tc_cmdq" and see what happens.
Respuestas (1)
dimitris
el 11 de Jun. de 2012
You pass an argument of type "char" to function tc_cmdq and this function does not take input of this type.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!