juliamatlab / julia-matlab-shuttle

Matlab interface for calling Julia
Other
30 stars 14 forks source link

including sizeof.m #1

Closed rened closed 12 years ago

rened commented 12 years ago

hi tim,

awesome project! just wanted to start with something similar myself but found yours ;-)

i think the sizeof functionality is missing - could you commit yours or include this one?

thanks,

rene

timholy commented 12 years ago

Thanks for noticing this problem, and for reporting it!

I checked the Matlab file exchange and noticed that there is no license attached to the file. To make sure we don't get any trouble, I committed my own variant (which is also probably quite a lot faster).

Also, I just made a change in Julia's ZeroMQ interface (update to a syntax change) that prevented this from working properly. You'll want to update your copy of Julia.

I cherry-picked your improvement to .gitignore. Thanks for making your first commit to this project!