Is it possibile to use a p-file in Matlab Mobile?

조회 수: 1 (최근 30일)
Krzysztof Stawicki
Krzysztof Stawicki 2021년 12월 1일
댓글: Rik 2021년 12월 1일
I created a p-file in MATLAB 2021 on my computer and I want to use it on my phone. Is it possible?

답변 (1개)

Rik
Rik 2021년 12월 1일
As far as I'm aware, Matlab mobile is only a portal into Matlab online. So if you can use that p-file there your should be able to use it on your phone as well.
If you want local native execution, you should probably look for other methods, e.g. using Coder to convert your Matlab code to C/C++ and compile it to whatever binary your phone requires. If that is an iPhone it might require jailbraking to run code that isn't in an app-store app.
  댓글 수: 2
Krzysztof Stawicki
Krzysztof Stawicki 2021년 12월 1일
Thank you for the answer. I had a problem with the transfer of the p-file and that's why I thought the p-file wouldn't work. In my mobile MATLAB there is no option "upload p-file" or anything similar. The only way to move file to MATLAB Drive is "upload photos". So I've change the name of the file to name.gif and it works. I do not know why only images can be uploaded?
Rik
Rik 2021년 12월 1일
Odd. That seems an oversight to me. I suspect there is already a way to upload Matlab files (m/mat/p/mex), but it just is hard to find. No that that isn't a problem in itself. You could contact Mathworks support.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Pulse and Transition Metrics에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by