Problem
显示 更早的评论
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 个评论
Ryan
2012-6-11
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.
Argelia Miranda
2012-6-11
回答(1 个)
dimitris
2012-6-11
0 个投票
You pass an argument of type "char" to function tc_cmdq and this function does not take input of this type.
类别
在 帮助中心 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!