필터 지우기
필터 지우기

hello guys I need help in this exercise

조회 수: 1 (최근 30일)
Chroma Prime
Chroma Prime 2018년 10월 26일
댓글: Chroma Prime 2018년 10월 26일
Perform a program that shows the next serie 1! / 2! , 2! / 3! , 3! / 4! , 4! / 5! , .....
  댓글 수: 6
Image Analyst
Image Analyst 2018년 10월 26일
Well I don't even know what "serie" (not an English word) or "....." means. Why not simply do
function result = MyFunction()
result = factorial(5)/factorial(6);
I doubt that is what is intended but it does return the next term in the limited number of terms in the series you gave.
Chroma Prime
Chroma Prime 2018년 10월 26일
when saying series I wanted to say a succession pattern

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

답변 (0개)

카테고리

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by