We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting the following erroe message of Linux:
Error using CortidQCT.floatVector2base64 Invalid MEX-file '/somepath/MATLAB/Add-Ons/Toolboxes/CortidQCT/+CortidQCT/floatVector2base64.mexa64': Gateway function is missing. Error in CortidQCT.saveModel/encodeData (line 11) encodedData = CortidQCT.floatVector2base64(single(data(:)')); Error in CortidQCT.saveModel (line 82) encDat = encodeData(voi.data); Error in CortidQCT.CreateModel/SaveModelButtonPushed (line 576) CortidQCT.saveModel(app.model, [path file]); Error using matlab.ui.control.internal.controller.ComponentController/executeUserCallback (line 335) Error while evaluating Button PrivateButtonPushedFcn.
The text was updated successfully, but these errors were encountered:
This post suggest it can be solved by setting
set_target_properties(matlab PROPERTIES COMPILE_FLAGS "-fvisibility=default")
Sorry, something went wrong.
That fixed it!
Fix issue #47 CortidQCT.saveModel broken in Matlab 2018b linux
287b241
Fixed in 287b241
No branches or pull requests
Getting the following erroe message of Linux:
The text was updated successfully, but these errors were encountered: