フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

codes means for gui

1 回表示 (過去 30 日間)
Bader Herzallah
Bader Herzallah 2020 年 5 月 6 日
閉鎖済み: Rik 2020 年 5 月 6 日
syms x;
input=get(handles.edit1,'string');
input = strcat('@(x) ',input);
fx=str2func(input);
c=int(fx,x);
set(handles.text2,'string',char(c));
i write this code but i was missing this line input = strcat('@(x) ',input); cuz id understand it plzzz help
  1 件のコメント
Rik
Rik 2020 年 5 月 6 日
You already posted this as a comment in this thread. If my reply there isn't sufficient, feel free to re-open this question.
If and when you do, please explain why you would use this code in the first place if you have no idea what it does.

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by