I am working on automating some calibration routines from within Matlab. I have created an initialization lua script and some additional lua functions which would be called during the calibration process which would change radar parameters, acquire data and write to file. These are running fine from mmWave Studio command line.
How would I go about making system call from Matlab to run these scripts with input arguments. I know how to call command line executable from Matlab but would be the command for doing such based on mmWave Studio?
Thanks, Gabriel.