フィルターのクリア

how i can inter these eqaution and make a calclater do the int numbers of time that i want

1 回表示 (過去 30 日間)
this is the int butoon in the calcluter this the int number of time i want
syms x y n z;
input=get(handles.edit3,'string');
y=get(handles.edit4,'string')
input = strcat('@(x) ',input);
fx=str2func(input);
c=
set(handles.text2,'string',char(c)
this the int number of time i want
syms x n y z;
n=input('enter number of int')
z=input('the eq')
for y=1:n;
z=int(z)
end
how ican put these togathere or change something to work
  2 件のコメント
Rik
Rik 2020 年 5 月 7 日
This time I edited your question for you. Next time, please use the tools explained on this page to make your question more readable.

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeEncryption / Cryptography についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by