Effacer les filtres
Effacer les filtres

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

33 vues (au cours des 30 derniers jours)
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

Réponse acceptée

Walter Roberson
Walter Roberson le 29 Avr 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')

Plus de réponses (2)

Image Analyst
Image Analyst le 29 Avr 2016
Modifié(e) : Image Analyst le 29 Avr 2016
Make sure you spell it correctly. It's iris, like the flower, not Irish like the nationality.

arun anoop m
arun anoop m le 4 Jan 2019
Modifié(e) : madhan ravi le 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

Catégories

En savoir plus sur Standard File Formats dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by