what file format does matlab take in load 'fisheriris'.What is the file format of fisheriris and where is the file fisherirish?

조회 수: 105 (최근 30일)
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

채택된 답변

Walter Roberson
Walter Roberson 2016년 4월 29일
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개)

Image Analyst
Image Analyst 2016년 4월 29일
편집: Image Analyst 2016년 4월 29일
Make sure you spell it correctly. It's iris, like the flower, not Irish like the nationality.

arun anoop m
arun anoop m 2019년 1월 4일
편집: madhan ravi 2019년 1월 4일
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

카테고리

Help CenterFile Exchange에서 Standard File Formats에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by