Can anyone please tell me how to solve this error
Unable to perform assignment because the size of the left side is 10-by-1 and the size of the right side is 1-by-9.
Error in createModel (line 160)
stoich(pos(pres),i) = coefLists{i};
^^^^^^^^^^^^^^^^^^^
Error in xls2model (line 239)
model = createModel(rxnAbrList,rxnNameList,rxnList,revFlagList,lowerBoundList,upperBoundList,subSystemList,grRuleList);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in readCbModel (line 221)
model = xls2model(fileName, [], defaultBound);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^