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

조회 수: 2 (최근 30일)
Deepa Maheshvare
Deepa Maheshvare 2020년 3월 15일
편집: Deepa Maheshvare 2020년 3월 15일
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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Graph and Network Algorithms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by