Closed jasonnicholson closed 8 months ago
I Fixed it By change line 133 used_labels = [""];
toused_labels = [];
in /sourcecode/sindy.m
I will update sindy.m
file so it much easier to use. I have plans that it should only focusing on polynomial regression because I find it very useful and I have tried it out with hydraulical systems and it works like a charm.
@DanielMartensson, have you fixed this?
@DanielMartensson, have you fixed this?
@jasonnicholson I have tried the example. It seems to work for me.
It works in Octave but not MATLAB. Something is different.
Try it now. I have changed sindy.m a lot.
The Sindy example in MATLAB is not working.
I modified the code of the example only slightly so that some indexing issues don't stop MATLAB. Instead, we end up erroring out at line 159. See stack trace below. The code completes in Octave.