필터 지우기
필터 지우기

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