Is there a way to use the MATLAB reducem function from LabVIEW? I don't see any documentation about it. Maybe it's a data type issue?
I don't have a MATLAB license, so no. I just found the reducem function when looking for how to simplify contours, and there's one other spot in this application where I use a MathScript function to do something.
It looks like a better strategy will be using a stand alone library for this functionality. I'm going to see if I can get this to work:
https://github.com/imshz/simplify-net
@DavidAMoore wrote:
It looks like a better strategy will be using a stand alone library for this functionality. I'm going to see if I can get this to work:
https://github.com/imshz/simplify-net
Don't forget that newer LabVIEW versions also have a python node and there is a python port of this too. (there are also others that do about the same.)
Sadly, I don't even remember what I was trying to do with it five years ago.