Error in fluxvariability analysis
Mostra commenti meno recenti
Hello, i am trying to do fluxvariability analysis for my genome scale model. but am getting following error and not able to resolve it
>> [minFlux, maxFlux, Vmin, Vmax] = fluxVariability(model, 0);
Index exceeds matrix dimensions.
Error in fluxVariability (line 258)
relSol = sol.full(Order(Presence));
can anyone help me with this
1 Commento
madhan ravi
il 19 Nov 2018
Risposte (1)
Kartik Mittal
il 27 Nov 2018
0 voti
Make sure you are using proper subscripts while getting value from the matix, also in proper order.
Categorie
Scopri di più su Matrix Indexing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!