Info

此问题已关闭。 请重新打开它进行编辑或回答。

Calculate different rowss in a matrix

1 次查看(过去 30 天)
Jonas Damsbo
Jonas Damsbo 2019-1-14
关闭: MATLAB Answer Bot 2021-8-20
Hi
I want to calculate different rows in a matrix.
If I have a matrix, lets say, 300x180
I want now to calculate:
A(1:30,:)*10
A(31:180,:)*5
A(181:300,:)*10
Any easy way to do that - I want only one output - a matrix with size 300x180?

回答(1 个)

madhan ravi
madhan ravi 2019-1-14
save it as a cell using {}

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by