Is there a problem with matlab mobil showing more advanced plots, e.g. those containing datetime?

1 次查看(过去 30 天)
I'm using matlab mobile, version 4.1.1, on an android tablet connected to my desktop computer (version R2016b). If I run a script plotting a simple sinus curve, it works and the plot is available both on the desktop and on the tablet. However, when I run a script on the mobile in the same way but with an example datetime plot, the figure appears only on my desktop, but not on the tablet. There is also no figure thumbnail at the output.
The code in my example is the following:
startDate = datetime(2017,01,01);
period = datetime(2017,01:07,01);
nbrDays = days(period - startDate);
plot(period,nbrDays)
Questions: Is this a know problem? Are there similar problems with other code? Can I know what the limitations are? Will it get fixed in the short future?
  1 个评论
Cam Salzberger
Cam Salzberger 2017-8-31
I'm not seeing the issue on my Android device. Maybe some more information would help:
  • What device are you using?
  • What version of Android does it have installed?
  • Are you connected to the cloud, or is your MATLAB Mobile linked to a desktop session of MATLAB?

请先登录,再进行评论。

回答(0 个)

社区

类别

Help CenterFile Exchange 中查找有关 MATLAB Mobile 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by