필터 지우기
필터 지우기

Web app system command

조회 수: 7 (최근 30일)
Julian Schmid
Julian Schmid 2019년 6월 6일
편집: Guillaume 2020년 2월 10일
Hi,
I was wondering whether it is possible to use the system command to execute an external program (running on Windows) and wait for a response in a deployed web app on a Matlab web server?
Also, an other question just came to my mind: what's the best practice to store permanent data and access them in a standalone executable of a Matlab program. Should I create a folder in C\\:Programs or something?
  댓글 수: 2
Joaquin REYES
Joaquin REYES 2020년 2월 9일
Did you ever get a solution?, I am having an error when trying to use the system command in a web app.
Julian Schmid
Julian Schmid 2020년 2월 10일
Unfortunatly, I didn't get any response and I decided not to use a web app before I could test the system command within such an app.
But still, would be interesting to know.

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

답변 (1개)

J. Alex Lee
J. Alex Lee 2020년 2월 10일
To the question:
  • Also, an other question just came to my mind: what's the best practice to store permanent data and access them in a standalone executable of a Matlab program. Should I create a folder in C\\:Programs or something?
Based on the context of your question, maybe worth pointing out that web-deployed and stand-alone-deployed apps will have to deal with paths differently as far as my experience goes.
Not sure about best practices (I would like to know too!), but web apps are run by a guest user on the server (something like MWWebAppClient20XXy), so you just need to make sure whatever path you point to is read-able and/or writeable if you need; so I put a data folder inside its My Documents folder owned by the guest client.
  댓글 수: 3
J. Alex Lee
J. Alex Lee 2020년 2월 10일
This might be a dumb question but how do you access env variables from matlab? I.e. how would I write a code to compute the user's path?
Steven Lord
Steven Lord 2020년 2월 10일
Use the getenv function.

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

카테고리

Help CenterFile Exchange에서 MATLAB Web App Server에 대해 자세히 알아보기

제품


릴리스

R14SP1

Community Treasure Hunt

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

Start Hunting!

Translated by