Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
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 comentario
Cam Salzberger
Cam Salzberger el 31 de Ag. de 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?

Iniciar sesión para comentar.

Respuestas (0)

Comunidades de usuarios

Más respuestas en  Distance Learning Community

Categorías

Más información sobre MATLAB Mobile en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by