combination of two matrcies

1 次查看(过去 30 天)
Zinab
Zinab 2023-11-10
评论: Zinab 2023-11-11

Hello, how can i write a combination of matrcies as follows L=[ai_j] of order 4,M of order 4, then S=[4*ai_j+M] of order 4. i mean each element in S is a matrex of order 4

采纳的回答

Matt J
Matt J 2023-11-10
S=log(kron(exp(4*L), exp(M)))

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Resizing and Reshaping Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by