victorlei / smop

Small Matlab to Python compiler
MIT License
1.08k stars 410 forks source link

NameError: name 'arrayfun' is not defined #133

Open wangpichao opened 5 years ago

wangpichao commented 5 years ago

When I convert my own .m file to .py, I encountered an error: NameError: name 'arrayfun' is not defined. How to solve this problem? Many thanks.