필터 지우기
필터 지우기

request integer inputs to put into the function

조회 수: 2 (최근 30일)
Dai Nguyen
Dai Nguyen 2020년 9월 15일
댓글: madhan ravi 2020년 9월 15일
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

답변 (1개)

madhan ravi
madhan ravi 2020년 9월 15일
doc floor % and co
  댓글 수: 3
madhan ravi
madhan ravi 2020년 9월 15일
'Enter the integer value of m'
madhan ravi
madhan ravi 2020년 9월 15일
I suggest you to read the docs.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by