Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to check the value of a varriable of a subfunction?

조회 수: 1 (최근 30일)
Shaila parvin
Shaila parvin 2013년 6월 24일
마감: MATLAB Answer Bot 2021년 8월 20일
I've a function that calls another function. I can debug the program but I can't check the value of any variable of the called function after debugging. It shows me error. How can I do it?

답변 (1개)

David Sanchez
David Sanchez 2013년 6월 24일
You can send the variable, from the local function, to the base workspace using assignin:
assignin('base', 'my_variable', Value_of_variable)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by