-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors when using optforce #57
Comments
You, very likely have Matlabs Text Analytics toolbox installed, which is, unfortunately, shipped with a customized version of the POI library needed for |
Thanks for your help! I find the Text Analytics toolbox. I will try it again after uninstall it. |
It looks like you have it installed though. Or some other toolbox that ships with a version of java POI. |
Hi Please find the information: MATLAB Version: 9.3.0.713579 (R2017b)
|
Hi all, when I run the optforce, I meet the followed error. Could you help me find the reason?
The code and error is as followed:
constrOpt = struct('rxnList', {{'r_1714', 'r_2111', 'new5'}}, 'values', [-1.634, 0, 1.9]');
[mustLSet, pos_mustL] = findMustL(model1, minFluxesW, maxFluxesW, 'constrOpt', constrOpt, ...
'runID', runID, 'outputFolder', 'OutputsFindMustL', ...
'outputFileName', 'MustL' , 'printExcel', 1, 'printText', 1, ...
'printReport', 1, 'keepInputs', 1, 'verbose', 0);
No constructor 'org.apache.poi.xssf.usermodel.XSSFWorkbook' with matching signature found.
Error in xlwrite (line 150)
xlsWorkbook = XSSFWorkbook();
Error in findMustL (line 333)
xlwrite([outputFileName '_Info'], Info);
The text was updated successfully, but these errors were encountered: