request integer inputs to put into the function
2 ビュー (過去 30 日間)
古いコメントを表示
Hi I dont know how to request integer inputs to put into the factional equation. Can anyone help me learn about how to ask for integer inputs ? Can we solve a factional with 2 integers ?
this is my code
m= input('enter the integer value of m')
n=input('enter the integer value of n');
for i=n:m
t=n*i;
end
0 件のコメント
回答 (1 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!