필터 지우기
필터 지우기

Multiplication of rows in a single column

조회 수: 1 (최근 30일)
Tino
Tino 2019년 5월 15일
답변: madhan ravi 2019년 5월 15일
Hi
Please how do I multiply the rows in a single column
I have a matrix with the size 200 1
thanks for your help
for instance
A
1
2
3
4
6
6.
.
.
n
x = 1 * 2 * 3 * 4 * 6 * 6 ...........n
Thanks in advance
Tino

답변 (2개)

Guillaume
Guillaume 2019년 5월 15일
prod(yourvector)

madhan ravi
madhan ravi 2019년 5월 15일

카테고리

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

태그

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by