How to convert a data acquisition Matlab script to Simulink?
问题 The Matlab script which I wrote is going to be used as a feedback for my control system. I have downloaded a library done called "Custom Arduino Library for HX711" by Nicholas Giacoboni. I want to convert a Matlab script which I wrote Matlab script. I have also tested the script by itself and it works. HX711 is a load cell amplifier ADC converter. function data = Loadcell() eml.extrinsic('arduino','addon','read_HX711') a = arduino('COM5','Mega2560','libraries','ExampleAddon/HX711'); scale =