Hi Ignacio,
MATLAB allows you to perform multiple linear regression using the "regress" function.
You can load your dataset into MATLAB using the "load" function, extract the variables from the dataset, and then perform the regression on the same variables.
You can learn more about "regress" and "load" using the MathWorks documentation links below:
- https://www.mathworks.com/help/stats/regress.html
- https://www.mathworks.com/help/matlab/ref/load.html
Hope this helps.
Thanks.