How do I solve this error?
이전 댓글 표시
Output argument "FBAsolution" (and maybe others) not assigned during call to "optimizeCbModel".
답변 (1개)
Walter Roberson
2016년 5월 18일
0 개 추천
optimizeCbModel is not provided by Mathworks; it appears to be part of the <https://opencobra.github.io/cobratoolbox/docs/cobra/optimizeCbModel.html Cobra Toolbox> When I look at the code, I see that you would get that error if your input parameters were not valid. You would have just received a warning about "invalid problem", but the code fails to assign to the output before it returns saying that it could not proceed.
카테고리
도움말 센터 및 File Exchange에서 Variables에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!