为什么matlab 2016a用不了timetable?。

打算采用timetable函数做信号分析,不过matlab提示 未定义函数或变量 'timetable' ,我看网上其他人都是可以直接使用,请教一下论坛大佬这是为什么?matlab版本是2016a。
MeasurementTime = datetime({'2015-12-18 08:03:05';'2015-12-18 10:03:17';'2015-12-18 12:03:13'});
Temp = [37.3;39.1;42.3];
Pressure = [30.1;30.03;29.9];
WindSpeed = [13.4;6.5;7.3];
TT = timetable(MeasurementTime,Temp,Pressure,WindSpeed)

 Accepted Answer

bmwgcn
bmwgcn on 25 May 2023

0 votes

timetable在matlab206rb中才引入,升级你的matlab版本

More Answers (0)

Tags

Asked:

on 25 May 2023

Answered:

on 25 May 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!