-
Notifications
You must be signed in to change notification settings - Fork 14
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
Jl.mex example not working #23
Comments
I hope to merge Thanks for testing |
Yes, you're right -- I was using the example in the trunk version of Unfortunately I now get an error that crashes MATLAB when running the "Interestingly", I once tried running the If I instead run the
After this I can still run all the example commands in Then
Finally, this makes MATLAB unresponsive:
and I have to kill it in the Task Manager. |
I wonder if the issue that you report here is related to #28. |
Running the
Jl.mex
example causes an error.The two first examples in the Readme work:
The file for the third example is in the Matlab path
and is included
Make an input array:
And call
double_it.jl
witha
:Looking at the following lines in
Jl.m
it appears that the first argument ofmex
should be the number of output arguments (ifnout
can be interpreted as "number of outputs")but
nout
contains the file nameThe text was updated successfully, but these errors were encountered: