Use a while-end loop to find the base-5 place value larger than the base-10 number 4,219.
Use a while-end loop to find the first base-10 place value larger than the base-5 number 14,241.

댓글 수: 4

madhan ravi
madhan ravi 2018년 10월 17일
Base - 5 & 10 values example?
Liliana Rios
Liliana Rios 2018년 10월 17일
편집: Liliana Rios 2018년 10월 17일
Use a while-end loop to display the first 6 place values for base 5.
i=1;limit=6;while i<=limit;p=5^(i-1);display(p);i=i+1;end
the answer; p= 1 p=5 p=25 p=125 p=625 p= 3125
Liliana Rios
Liliana Rios 2018년 10월 17일
that's the only example that was given for the 2 questions that I have to answer

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

질문:

2018년 10월 16일

댓글:

2018년 10월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by