MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   资料存档 (https://www.labfans.com/bbs/forumdisplay.php?f=72)
-   -   在Matlab中将单元格数组中的数据时间绘制为X值的两倍 (https://www.labfans.com/bbs/showthread.php?t=22397)

poster 2019-12-04 18:01

在Matlab中将单元格数组中的数据时间绘制为X值的两倍
 
我在Excel中有一个数据和时间列表,使用以下命令导入到Matlab:

[~,str,~] = xlsread('time_sheet.xlsx','b:b'); 该字符串以964080 x 1个“单元”数组的形式出现。

我希望能够像下面这样在单元格数组中选择一个间隔:

interval_time = str(1:670); 我需要针对“双精度”数据对其进行绘制(以显示时间值)。

我没有画出来..

有谁可以帮助我吗?很抱歉这个问题,但是我对Matlab还是陌生的。

先感谢您!



[url=https://stackoverflow.com/q/59173213]更多&回答...[/url]


所有时间均为北京时间。现在的时间是 23:30

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.