Computing edge weights of a graph from time-series data of nodes

2 Ansichten (letzte 30 Tage)
Deepa Maheshvare
Deepa Maheshvare am 15 Mär. 2020
Bearbeitet: Deepa Maheshvare am 15 Mär. 2020
I've the following system of equations for studying information flow in the below graph,
dI/dt = - M^TDM* I
I is the vector with variables [ A B C D E F]
M is the incidence matrix
and I want to determine the value of diagonal elements in the matrix D. The entries in the
diagonal elements are the edge weights.
The data that I have is the time-series values of the property " I " at every node.
I'd like to know if there is a way to solve this as an optimization problem using fmicon in MATLAB.
Any suggestions will be really helpful

Antworten (0)

Kategorien

Mehr zu Graph and Network Algorithms finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by