juliamatlab / mexjulia

embedding Julia in the MATLAB process.
MIT License
52 stars 14 forks source link

Make `MxArray` callable more generically. #26

Closed twadleigh closed 7 years ago

twadleigh commented 7 years ago

Currently an MxArray is callable when given an argument of type Vector{MxArray}. It would make sense, however, to also provide a more generic method that wraps this version with the default data marshaling so that any MxArray value can be treated like a julia function with an arbitrary signature.

Issue raised in #25.

twadleigh commented 7 years ago

Addressed in #27.