Error in fluxvariability analysis
2 次查看(过去 30 天)
显示 更早的评论
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 个)
Kartik Mittal
2018-11-27
Make sure you are using proper subscripts while getting value from the matix, also in proper order.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!