2013-10-24 87 views
7

在Matlab中有幾個示例數據集,例如windmri。如果執行命令load wind,則將加載數據集wind中的數據。一些包含在工具箱中,一些似乎包含在標準的Matlab中。這些示例數據集在開發算法時作爲測試數據很有價值。Matlab中的示例數據集

哪裏可以找到包含在Matlab中的所有這些數據集的列表?

+1

不知的http://毫升。 sheffield.ac.uk/~neil/datasets/可能對您有所幫助? – Floris

+1

請注意,MATLAB以外的任何列表都必須考慮版本號和工具箱的完整性。在matlab中的一個命令會很好,但我認爲'demo'可能和它一樣好。 –

回答

1

示例數據位於.mat文件../toolbox/matlab/demos。 以下數據可在MATLAB 2014A:

% in matlab run: 
> H=what('demos') 
> display(H.mat) 

您也可以使用自己喜歡的Linux控制檯: #在/ usr /本地/ MATLAB/R2014a /工具箱/ MATLAB /演示$ LS * .MAT -1 | SED -e「S/.MAT // G」

這是我的讀者誰也不能嘗試一下自己的機器上,而讀這個答案列表:

accidents 
airfoil 
cape 
census 
clown 
detail 
dmbanner 
durer 
earth 
flujet 
gatlin 
gatlin2 
integersignal 
logo 
mandrill 
membrane 
mri 
patients 
penny 
quake 
seamount 
spine 
stocks 
tetmesh 
topo 
topography 
trimesh2d 
trimesh3d 
truss 
usapolygon 
usborder 
vibesdat 
west0479 
wind 
xpmndrll 
5

您可以在matlab中輸入demo以獲取列表。風表是Example — Stream Line Plots of Vector Data部分等

您的計算機上的表,看看:

C:\Program Files\MATLAB\R2007b\toolbox\matlab\demos