Skip to content

problem with co-FSEOF #2

Description

@Laminsecin

I get the following error when I am trying to run fseof:
Error using spdiags (line 95)
For the syntax spdiags(B,d,m,n), the size of B must be min(m,n)-by-length(d).

Error in fluxVariability (line 176)
QPproblem.F = spdiags(minNorm,0,nRxns,nRxns);

Error in testresultsFVATargets (line 22)
[minFlux,maxFlux] = fluxVariability(model,100,'max',ProductRxnsList);

Error in coFSEOFTargets (line 57)
Amp = testresultsFVATargets(model,minBM,solver,coFseofTargets{:,1},coFseofTargets{:,2},{'amp'}); %multiple
amps (A)

Error in FSEOF_1 (line 20)
TargetsScoreTable= coFSEOFTargets(model,minBM,solver,TargetProducts);

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions