-
Notifications
You must be signed in to change notification settings - Fork 25
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
Exit code = 81110008 #17
Comments
Please include the context in which this error code was observed. May be relevant to #16. |
I am testing https://github.com/johnyf/fig2u3d Then I tested its examples, it fails to convert figures with surfaces. it works fine if there are no surfaces in the Matlab figure. It was originally written for Matlab 2012 and I am testing it on the 2020 version few minor problems is with functions isnan. another problem with the dependency function mesh_normals it is not returning empty matrix instead of the proper direction of normals, that I have changed/corrected. Now it is generating the IDTF file properly but while converting it to u3d with IDTFconverter it giver error. In the process of debugging, I find that the program to write the IDTF file from fig is not detecting surfaces or patch, they are returning empty matrix. after running the program the command window shows
In fig2u3d (line 224) Input file name = C:\Users\Prateek\Documents\MATLAB\fig2u3d-master\examples\test.idtf Exit code = 81110008 Error using idtf2u3d (line 111) Error in fig2u3d (line 238) Error in test_fig2u3d_contour_surf (line 32)
|
Thank you for the information. |
what is the meaning of this error code
how can we learn about this
The text was updated successfully, but these errors were encountered: