multiply numbers in a table
이전 댓글 표시
Assume the following numbers in a table
1
2
3
4
How can I multiply them in the following manner:
1
1
1
1
2
2
2
2
3
3
3
3
4
4
4
4
thanks
댓글 수: 1
John D'Errico
2014년 11월 14일
You mean to replicate them, not multiply them. Multiplication is an arithmetic operation as I recall.
채택된 답변
추가 답변 (3개)
카테고리
도움말 센터 및 File Exchange에서 Tables에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!