Clear Filters
Clear Filters

Data_Airline dataset was removed?

4 views (last 30 days)
I'm trying to load the database: Data_Airline, which should come in the econometrics toolbox to follow the MATLAB tutorials, but it doesn't work.
I checked on the installation page that it is not even present in the contents.m file
Does anyone know if this database has been removed from the econometrics toolbox?
Could someone send me this Data_Airlines.mat file so I can continue my studies?

Accepted Answer

Cris LaPierre
Cris LaPierre on 10 Jan 2024
Beginning in R2023a, the product documentation is no longer installed by default (see here). A side effect of this is that some example datasets are no longer installed by default. You can still access them by either installing the documentation, or by finding an example in the online documentation that uses that file, and then use the 'Open in MATLAB Online' or 'Copy Command' workflows to open that example (along with any associated data files) in your MATLAB instance.
Here are 2 examples that use Data_Airline.mat
Copy the command and run it in your MATLAB Command Window.
The example and supporting files will be download to a local folder. It will open in MATLAB, and your Current Folder will be changed to the example folder. If it is a file you use often, consider adding the example folder to your MATLAB Path.
  1 Comment
Daniel Santos
Daniel Santos on 15 Jan 2024
Excelent! It's working with this suggestion. Thanks.

Sign in to comment.

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2023b

Community Treasure Hunt

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

Start Hunting!