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

1 view (last 30 days)
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 Comment
Cam Salzberger
Cam Salzberger on 31 Aug 2017
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?

Sign in to comment.

Answers (0)

Communities

More Answers in the  Distance Learning Community

Categories

Find more on MATLAB Mobile 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!