Clear Filters
Clear Filters

How do I download a .mat file and load it in matlab?

1 view (last 30 days)
How do I download a .mat file and load it in matlab? I'm new to matlab and i have the file in the workspace section but every time i use the load function this appears.
load diabetes_normalized
Error using load Unable to read file 'diabetes_normalized': no such file or directory.
  1 Comment
James Tursa
James Tursa on 7 Nov 2014
The error is telling you that there is no diabetes_normalized.mat file. Are you sure that it is there, in the directory you think it is, and that you have spelled it correctly?

Sign in to comment.

Answers (0)

Categories

Find more on Downloads in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!