victorlei / smop

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

Index 1 vs 0 conversion #164

Open sneheshs opened 4 years ago

sneheshs commented 4 years ago

Hi, first of all thanks for this very useful tool. Based on my observation in my code, I noticed that smop did not change the MATLAB array indexing starting from 1 to length of the array. In python, indexing starts at 0 and ends at length-1. Can you please advise if this is a known issue and you/ your team is working on it?