Problem
1 回表示 (過去 30 日間)
古いコメントを表示
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.
回答 (1 件)
dimitris
2012 年 6 月 11 日
You pass an argument of type "char" to function tc_cmdq and this function does not take input of this type.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!