怎么把excel中的数据导入matlab中?

 我来答
帐号已注销
高粉答主

推荐于2019-09-14 · 说的都是干货,快来关注
知道大有可为答主
回答量:221
采纳率:25%
帮助的人:3.7万
展开全部

excel中的数据导入matlab中的方法:

1、你可以使用xlsread函数来读取excel中的数据

2、就是把字符转化为数字,使用函数str2num

xlsread的使用:

EXAMPLES:

1. Default operation,

NUMERIC = xlsread(FILE),

[NUMERIC,TXT]=xlsread(FILE),

[NUMERIC,TXT,RAW]=xlsread(FILE)。

2. Get data from the default region:

NUMERIC = xlsread('c:\matlab\work\myspreadsheet')。

3. Get data from the used area in a sheet other than the first sheet:

NUMERIC = xlsread('c:\matlab\work\myspreadsheet','sheet2')。

4. Get data from a named sheet:

NUMERIC = xlsread('c:\matlab\work\myspreadsheet','NBData')。

5. Get data from a specified region in a sheet other than the first:

sheet,

NUMERIC = xlsread('c:\matlab\work\myspreadsheet','sheet2','a2:j5')。

6. Get data from a specified region in a named sheet:

NUMERIC = xlsread('c:\matlab\work\myspreadsheet','NBData','a2:j5')。

7. Get data from a region in a sheet specified by index:

NUMERIC = xlsread('c:\matlab\work\myspreadsheet',2,'a2:j5')。

8. Interactive region selection:

NUMERIC = xlsread('c:\matlab\work\myspreadsheet',-1),

You have to select the active region and the active sheet in the,

EXCEL window that will come into focus. Click OK in the Data ,

Selection Dialog when you have finished selecting the active region。

中梦蔼0n
高粉答主

2020-02-11 · 说的都是干货,快来关注
知道答主
回答量:5.8万
采纳率:4%
帮助的人:2783万
展开全部
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式