Mathematical Modelling for parametric analysis

11 次查看(过去 30 天)
Hi everyone,
I am trying to practice some mathematical modelling exercises using Matlab. Is it possible to get a sample data set, to practice eg: Fuel Economy Analysis, given in the webinar link below?
Any links to sample dataset would be really helpful
Many thanks.
Del

采纳的回答

Star Strider
Star Strider 2021-1-13
See the documentation for regress to understand how to work with the ‘carsmall.mat’ file.
You should have it, since it’s been a part of MATLAB for a while.
You can see if you have it by running:
filelocation = which('carsmall.mat')
from a script or Command Window. When I ran it, the result was:
'C:\Program Files\MATLAB\R2020b\toolbox\stats\statsdemos\carsmall.mat'
so if you have the Toolbox, you should have the file.
The file in the webinar documentation just threw an error when I ran:
carData = importYearXLS(2007);
So it apparently doesn’t exist.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Prepare Model Inputs and Outputs 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by