MATLAB Online. InfluxDB connection
The information provided below is intended to be complementary to the project script and is not required reading.
Motivation
In the second part of the project, a processing of the data measured by the vibration sensor is carried out using MATLAB Online. There is a specific library so that it is possible to bring the data stored in an InfluxDB database to the MATLAB Online environment, as well as to be able to write new data.
MATLAB Online access
You do not need to download MATLAB on your computer in order to access the MATLAB Online tool. However, a Mathworks account is required. You can create it by following the instructions found in the following link. If you want to download MATLAB on your computer through the agreement that the UPC has with Mathworks, you will find how to do it at the same link.
https://serveistic.upc.edu/ca/distsoft/el-servei/programari-per-a-estudiantsi-professors#section-4
If you have downloaded and installed it on your computer, you will already have an account created in Mathworks with your address @estudiantat.upc.edu. In this case, to access MATLAB Online you will only have to access http://matlab.mathworks.com and log in with the address and password of your Mathworks account.

InfluxDB connection
The library that you will use so that MATLAB Online can interact with InfluxDB databases is the following:
https://github.com/EnricSala/influxdb-matlab
In the practice script you will find templates where you will be told with what data to complete the calls to the functions that are included in this library.