Feeds
질문
How can I graph all the values of n in the while loop ? Theres my program.
n=input('Enter a natural number'); cont=1:1:n; while n>1 if rem(n,2)==0 n=n/2; elseif rem(...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
how can i creat a loop for error percentage?
How can I create a while or for loop function that the input is error % and the output or display must be the Nth term of the wi...
거의 10년 전 | 답변 수: 0 | 0