필터 지우기
필터 지우기

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