what file format does matlab take in load 'fisheriris'.What is the file format of fisheriris and where is the file fisherirish?
    10 ビュー (過去 30 日間)
  
       古いコメントを表示
    
    AngXuman Xarma
 2016 年 4 月 29 日
  
    
    
    
    
    コメント済み: Walter Roberson
      
      
 2023 年 11 月 25 日
            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 件のコメント
採用された回答
  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 件のコメント
  Walter Roberson
      
      
 2023 年 11 月 25 日
				These days the file is at
fullfile(matlabroot, 'toolbox', 'stats', 'statsdata', 'fisheriris.mat')
その他の回答 (2 件)
  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.
0 件のコメント
  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
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



