Effacer les filtres
Effacer les filtres

How to sum matrices together when within a structure

3 vues (au cours des 30 derniers jours)
Charlotte Findlay
Charlotte Findlay le 30 Août 2019
Commenté : Charlotte Findlay le 30 Août 2019
I have 118 matrices (picture is an example of just four) held in a column called 'linear_RL_sum' within a structure called 'linear'. All of these matrix are the same size (5396 x 5396) and I want to sum these together to have a single matrix called 'linear_RL_broadband' of size 5396 x 5396 in size. How would I go about this?
Matrix.PNG

Réponse acceptée

Bruno Luong
Bruno Luong le 30 Août 2019
Modifié(e) : Bruno Luong le 30 Août 2019
linear_RL_broadband = sum(cat(3,linear.linear_RL_sum),3)
  1 commentaire
Charlotte Findlay
Charlotte Findlay le 30 Août 2019
Hi Bruno,
Think that worked! Thank you :)
Charlotte

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Structures dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by