Borrar filtros
Borrar filtros

request integer inputs to put into the function

2 visualizaciones (últimos 30 días)
Dai Nguyen
Dai Nguyen el 15 de Sept. de 2020
Comentada: madhan ravi el 15 de Sept. de 2020
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

Respuestas (1)

madhan ravi
madhan ravi el 15 de Sept. de 2020
doc floor % and co
  3 comentarios
madhan ravi
madhan ravi el 15 de Sept. de 2020
'Enter the integer value of m'
madhan ravi
madhan ravi el 15 de Sept. de 2020
I suggest you to read the docs.

Iniciar sesión para comentar.

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by