Clear Filters
Clear Filters

combination of two matrcies

1 view (last 30 days)
Zinab
Zinab on 10 Nov 2023
Commented: Zinab on 11 Nov 2023

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

Accepted Answer

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

More Answers (0)

Categories

Find more on Resizing and Reshaping Matrices in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!