libsvm - Two functions with same name in Matlab -
I am using libsvm in matlab and I am trying to call To know which function is actually using, call the function from the command line: svmtrain I am However I know that Matlab also has an embedded function named
svmtrain . I believe that they take the same parameters in different order. How do I know which function is calling me? I want to call the
svmtrain function from libsvm How can I ensure this? If you have two functions with the same name, then the matlab which is in your
PATH
svmtrain with different instructions, you can call different functions, even if you have the sole one The change is changing your current working directory.
& gt; & Gt; Svmtrain
Comments
Post a Comment