how to cal a function from another function in matlab gui????
조회 수: 3 (최근 30일)
이전 댓글 표시
I am trying to write a program in matlab gui. I want to call a function while i am in a function how can i call that function please reply me. thank you in advance
댓글 수: 2
Krishna Kumar
2011년 6월 24일
do you mean calling function x() inside itself. or calling it within some function y(). Please reframe your Question clearly.
답변 (1개)
Fangjun Jiang
2011년 6월 24일
Any time you want to call the function, you just type that function name with the right input and output arguments, right. Even in the code developed with GUIDE, every callback function still has function name with input arguments. The name may sound strange but you can still call that function.
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!