Effacer les filtres
Effacer les filtres

Problem

1 vue (au cours des 30 derniers jours)
Argelia Miranda
Argelia Miranda le 11 Juin 2012
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 commentaires
Ryan
Ryan le 11 Juin 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.
Argelia Miranda
Argelia Miranda le 11 Juin 2012
The function is used for calling an forlan subprogram in ThermoCalc. But the thing is that he doesn't recognize the subprogram (that's what I think). I tried before 'help tc_cmdq' and it says that is not found. Thanks for your reply

Connectez-vous pour commenter.

Réponses (1)

dimitris
dimitris le 11 Juin 2012
You pass an argument of type "char" to function tc_cmdq and this function does not take input of this type.

Catégories

En savoir plus sur Shifting and Sorting Matrices dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by