how to multiple successive numbers?

조회 수: 2 (최근 30일)
metin yilmaz
metin yilmaz 2020년 11월 21일
답변: Ameer Hamza 2020년 11월 21일
Would you please show how to multiply the number from 70 to 80 successively without entering them by one by?

채택된 답변

Ameer Hamza
Ameer Hamza 2020년 11월 21일
You can use prod()
prod(70:80)

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by