Closed sg-s closed 5 years ago
Running
jl.eval('println("Hello, world!")');
gives me this error:
Error using mexjulia Unhandled Julia exception: CompositeException Error in jl.mexn (line 16) [outputs{:}] = mexjulia('jl_mex', fn, varargin{:}); Error in jl.eval (line 32) [varargout{:}] = jl.mexn(nargin, 'Mex.jl_eval', varargin{:});
Seems to be an issue with println -- other functions work OK
println
Running
gives me this error:
Seems to be an issue with
println
-- other functions work OK