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!