2014-10-03 78 views
0

所以,我有文件中有.mat快捷方式的数据集。当我尝试打开使用MATLAB中的文件时,它显示错误,.mat文件没有打开

??? Undefined function or method 'uiimport' for input arguments of type 'char'.ü

我应该如何打开这个文件?我可以用R来打开文件吗?还是Excel?

该文件为160 MB,包含以下信息。

Specifications: 

author_name: the namer of each author 
paper_name: the title of each paper 
venue_name: the name of each conference/journal (here, we did not distinguish conference and journal) 

num_author, num_paper, num_venue: the total number of different authors, papers, and venues. 

paper_year: An array to represent the year of publication. 
paper_venue: An array to show the venue of publication (Note that some papers does not have venue information, we set it the venue value to -1) 

paper_author: A sparse matrix to represent the paper-author relationship (Note that some papers does not have any authors) 

citation: A sparse matrix to represent the citation network (Extremely sparse) 
+0

我做到了。这只是查看文件中的变量,我想打开文件。 – Qirohchan 2014-10-03 19:43:42

回答

0

你的文件可以使用某种类型的类定义的被创建。这意味着你的mat文件可能有一个对象保存在它的路径上没有类定义。我会联系文件的作者,询问是否有任何数据依赖的类定义。

它可能有助于向我们提供如何尝试打开文件的示例以及如果您尚未提供完整错误消息的示例。

+0

我从网上下载了数据集。 – Qirohchan 2014-10-03 19:46:13

+0

你是如何打开文件的? – Humberto77 2014-10-03 19:54:01

+0

我打开我的matlab。然后从'file-> import data'。 – Qirohchan 2014-10-03 19:55:38