matrix & matrix function to eigen

Hi everyone, i would like to turn these matrixes to eigen format. Thanks for help <3!
SagAltMatris=MM(76:100,126:150)
SagUstMatris=MM(1:25,126:150)
SolUstMatris=MM(1:25,1:25)
SolAltMatris=MM(76:100,1:25)
MM(76:100,126:150) = SolUstMatris
MM(1:25,126:150) = SolAltMatris
MM(1:25,1:25) = SagAltMatris
MM(76:100,1:25) = SagUstMatris

Answers (0)

This question is closed.

Asked:

on 15 Dec 2022

Closed:

on 15 Dec 2022

Community Treasure Hunt

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

Start Hunting!