フィルターのクリア

how to cal a function from another function in matlab gui????

2 ビュー (過去 30 日間)
partha das
partha das 2011 年 6 月 24 日
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
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.
partha das
partha das 2011 年 6 月 24 日
calling function with in a function. and also need the value which returned by the call function to the main function. who can i get the returned function. please inform me. thank you in advance.

サインインしてコメントする。

回答 (1 件)

Fangjun Jiang
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.
  1 件のコメント
partha das
partha das 2011 年 6 月 24 日
calling function with in a function. and also need the value which returned by the call function to the main function. who can i get the returned function. please inform me. thank you in advance.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by