Error in fluxvariability analysis
조회 수: 1 (최근 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!