Error code 1000@167 in MPSREAD function
조회 수: 2 (최근 30일)
이전 댓글 표시
I tried converting a "*.mps" file into a "*.mat" one with the MPSREAD function, but I get the following error message:
>> Error using readMPSfile
An unknown error occurred with code 1000@167 in MPSREAD function.
>> Error in mpsread (line 37)
problem.lb,problem.ub,VariableNames,ConstraintNames] = readMPSfile(mpsfile,returnNames);
Does anyone know what this could be about? I'be used the function plenty of times and this is the first time I see an error like that. Do you know where I can find a list of theMPSREAD error codes and their correpsonding meaning?
댓글 수: 3
Walter Roberson
2021년 4월 1일
Unfortunately the code referenced there seems to be timing out when I attempt to access it, and Internet Archive generates errors when I go to check there.
https://www.ymcn.org/d-9gmW.html maybe...
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Type Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!