为什么matlab 2016a用不了timetable?。
Show older comments
打算采用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
More Answers (0)
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!