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!