Built-in functions variables not function arguments

조회 수: 1 (최근 30일)
Andrea Daou
Andrea Daou 2020년 8월 10일
댓글: John D'Errico 2020년 8월 10일
Hello!
Is it possible to get values of variables calculated in a built-in function (for exemple "classify") used in my matlab code?
If yes please how?
Thank you, appreciate your help!
  댓글 수: 1
John D'Errico
John D'Errico 2020년 8월 10일
Do you want a built-in function to return some other variable than those it does return? While you could hack the code, that is almost always a bad idea.
Unless you know enough to have written the code yourself, then hacking supplied code is almost always going to be a source of likely future bugs. And if you could write it yourself, then you would and not have to ask the question. You could either compute what you want on the side, or write the code yourself anyway.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Variables에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by