|
|
Example Workflow
|
MATLAB documentation
Index for LoopDetect_for_Matlab
This page lists the MATLAB files included in LoopDetect_for_Matlab, a MATLAB function suite for detecting feedback loops in ordinary differential equation models.
MATLAB files in this directory
| File | Description |
|---|---|
|
|
Compare two lists of loops. |
|
|
Find loops in a loop list with a certain edge. |
|
|
Compute feedback loops from a Jacobian or adjacency matrix. |
|
|
Compute feedback loops from a Jacobian or adjacency matrix without first determining strongly connected components. |
|
|
Detect feedback loops from a function and sets of variable values. |
|
|
Example function: chain with positive regulation, based on Baum et al., 2016. |
|
|
Example function: bacterial cell-cycle model, based on Li et al., 2008. |
|
|
Compute loop counts in a feedback-loop list, subdivided by loop length and sign. |
|
|
Determine a Jacobian matrix numerically using finite differences. |
|
|
Determine a Jacobian matrix numerically using the complex-step derivative approximation. |
|
|
Sort the indices within loops so that reported loops start with the lowest node index. |
|
|
Determine strongly connected components using Tarjan's algorithm. |