필터 지우기
필터 지우기

Opening .m files in Matlab mobile directly from your phone (not cloud)

조회 수: 41 (최근 30일)
William D
William D 2019년 4월 10일
댓글: Walter Roberson 2021년 2월 14일
I'm away from my computer, and would like to edit, or at least run a .m script for a group assignment. It is not in my cloud, however I did download it from an email sent by a groupmate. Is there any way to open this file directly from the downloads folder of my phone's internal storage (android), or would I need to put said file in the MatLab cloud first?

답변 (2개)

Akeel Abed
Akeel Abed 2020년 6월 27일

How open this attach wiht mobile ...any programe iam use it ... Thanks

  댓글 수: 1
Walter Roberson
Walter Roberson 2020년 6월 27일
On my android system, if I were to download that .zip it would automatically unzip it into the Downloads directory, leaving a bunch of directories with .m files in them. I would then be able to use MATLAB Mobile "Files" section to upload the files to MATLAB Online.
However, it would be more direct to go into MATLAB online and create a directory and cd into the directory and command
urlwrite('https://www.mathworks.com/matlabcentral/answers/uploaded_files/322990/chapter_03.zip', 'chapter_03.zip')
unzip chapter_03.zip

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


tejal s
tejal s 2021년 2월 14일
편집: Walter Roberson 2021년 2월 14일
urlwrite('https://www.mathworks.com/matlabcentral/answers/uploaded_files/322990/chapter_03.zip', 'chapter_03.zip')
unzip chapter_03.zip

카테고리

Help CenterFile Exchange에서 MATLAB Mobile에 대해 자세히 알아보기

태그

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by