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년 전 | 답변 수: 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년 전 | 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년 전 | 답변 수: 2 | 0

2

답변