LINX

LINX.m computes the Link Importance iNdeX of each flow of a compartmental model with the stoichiometric matrix S.
10 Downloads
Updated 15 Jul 2019

View License

m = LINX(S) computes the Link Importance iNdeX of each flow of a compartmental model with the stoichiometric matrix S. Adjacency matrix may be used instead of the stoichiometric matrix, by converting it to the stoichiometric matrix using the code A2S.m provided along with this function.

m = LINX(S,fk,fi) computes the Linx Importance iNdeX of each flow for a compartmental model with the stoichiometric matrix S, where fk is a vector containing the flows that are already determined (fk stands for Flows Known) and fi is a vector containing the flows that are not feasible to determine (fi stands for Flows Infeasible.)

If EcoNet (http://eco.engr.uga.edu) is used as modelling software, this code may be directly executed after downloading and executing the Matlab code automatically generated by EcoNet as follows:
EcoNet_Results;
m = LINX(SM);

Cite As

Caner Kazanci (2025). LINX (https://se.mathworks.com/matlabcentral/fileexchange/72143-linx), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2019a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Get Started with Simulink in Help Center and MATLAB Answers
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0