request integer inputs to put into the function
Mostra commenti meno recenti
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
Risposte (1)
madhan ravi
il 15 Set 2020
doc floor % and co
3 Commenti
Dai Nguyen
il 15 Set 2020
madhan ravi
il 15 Set 2020
'Enter the integer value of m'
madhan ravi
il 15 Set 2020
I suggest you to read the docs.
Categorie
Scopri di più su Matrix Indexing in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!