victorlei / smop

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

Can not convert matlab class 2 python #145

Open Shylcok opened 5 years ago

Shylcok commented 5 years ago

can not convert or need more args? thans for help anyway

SyntaxError: Not implemented: classdef Errors: 1

chenw23 commented 4 years ago

Hello, I have also found this problem. I think this is because the developer of smop has started in early years and only implemented some simple structures. The translation for Matlab class is entirely not touched. But how did you solve the problem later on?

rk-exxec commented 3 years ago

Did you guys find a workaround?

jostradamus commented 3 years ago

I'm getting the same error

SyntaxError: Not implemented: classdef

Any more thoughts?

ALR-wqt commented 2 years ago

Unfortunately, see #71

If anyone found a workaroud to this, I'll be glad to hear about it