Closed
Description
I am trying to use a custom matlab function in julia but I am getting an error.
I tried to do the following:
mat"""
function [result] = run(x_pos, y_pos)
result = x_pos + y_pos;
end
"""
but I am getting this error:
Error: Function definition not supported in this context. Create functions in code file.
Unrecognized function or variable 'x_pos'.
end;
|
Error: Illegal use of reserved keyword "end".
How can I use a custom matlab function in julia?
Thanks a lot!
Metadata
Metadata
Assignees
Labels
No labels