photo

donghai peng


Actif depuis 2019

Followers: 0   Following: 0

Statistiques

Feeds

Afficher par

Question


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...

environ 5 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
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]; ...

environ 5 ans il y a | 0

Question


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...

environ 5 ans il y a | 2 réponses | 0

2

réponses