What is computationally intensive and could lag run time in a script?

1 visualizzazione (ultimi 30 giorni)
I am running 10000 data points that require five multiplied matrix inversions at each step. I run several functions through structure arrays that create the matrices to be inverted.
What am I doing that is making it run slower? Could the data storage variables do it or could it be the matrix multiplication?

Risposte (1)

the cyclist
the cyclist il 4 Giu 2020
Obviously, we can't tell without seeing your code. Look at using the code profiler.

Categorie

Scopri di più su Structures in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by