photo

donghai peng


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

提问


H is a 108x108 tall array, P is a 108x9 double array, when excute etu=H\P , this syntax is wrong, what is right ?
H is a 108x108 tall array, P is a 108x9 double array, when excute etu=H\P , matlab report alarm massege: Incompatible non-sc...

5 years 前 | 2 个回答 | 0

2

个回答

已回答
How to replace some data in a tall array by subscript?
K2 is a double array, 12x12; K2Tall=tall(K2), is a 12x12 tall array;HP is 108x108 tall array; n1 =[1,2,3,4,5,6,7,8,9,10,11,12]; ...

5 years 前 | 0

提问


How to replace some data in a tall array by subscript?
HP is a tall array, for example, I want to execute HP(n1,n1) = K2Tall; to replace some data by K2Tall. But matlab reported erro...

5 years 前 | 2 个回答 | 0

2

个回答