Using my model on Matlab

Hi,
I’d like to develop a program on Matlab that is able to read several files with motion data and, with the trained model, classify them. So I was wondering if there is a way of importing the model on the Matlab environment.

@budiju4 We do have a native way of doing this from Matlab right now. Easiest (but dirty!) would be to call out to a Python script from Matlab that classifies. Just create the features in Matlab, then call the custom classifier script in the Python SDK: https://docs.edgeimpulse.com/docs/linux-python-sdk

(But if you go through that trouble might be easier to just do this in Python (or other high level language) instead).

1 Like