what file format does matlab take in load 'fisheriris'.What is the file format of fisheriris and where is the file fisherirish?
9 views (last 30 days)
Show older comments
AngXuman Xarma
on 29 Apr 2016
Commented: Walter Roberson
on 25 Nov 2023
I am not able to find the fisherirish file in matlab.where does matlab take the file from?In which directory will i find the fisherirish file?What is the file format of fisherirish
0 Comments
Accepted Answer
Walter Roberson
on 29 Apr 2016
The file is a .mat file. It is part of the Statistics toolbox and is located at
fullfile(matlabroot, 'toolbox', 'stats', 'statsdemos', 'fisheriris.mat')
2 Comments
Walter Roberson
on 25 Nov 2023
These days the file is at
fullfile(matlabroot, 'toolbox', 'stats', 'statsdata', 'fisheriris.mat')
More Answers (2)
Image Analyst
on 29 Apr 2016
Edited: Image Analyst
on 29 Apr 2016
Make sure you spell it correctly. It's iris, like the flower, not Irish like the nationality.
0 Comments
arun anoop m
on 4 Jan 2019
Edited: madhan ravi
on 4 Jan 2019
Format of this file is "mat".
In our PC, its location is
C:\Program Files\MATLAB\R2014a\toolbox\stats\statsdemos
Syntax of datasets ,
To load a data set into the MATLAB® workspace, type:
load filename
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!