where can I find RoadRunner default install path?

 채택된 답변

xingxingcui
xingxingcui 2023년 9월 28일
편집: xingxingcui 2024년 4월 27일
The default installed Road-Runner location path is at:
  • Windows, C:\Program Files\RoadRunner <Matlab Release>\bin\win64,For example, C:\Program Files\RoadRunner R2023b\bin\win64
  • Linux(Ubuntu): /usr/local/RoadRunner_<Matlab Release>/bin/glnxa64,For example,/usr/local/RoadRunner_R2023b/bin/glnxa64
<Matlab Release> should be replaced with your own version, e.g. R2023b
To get the version number of your installation, you can get it from the following command:
releaseInfo = matlabRelease;
releaseInfo.Release
ans = "R2023b"
-------------------------Off-topic interlude, 2024-------------------------------
I am currently looking for a job in the field of CV algorithm development, based in Shenzhen, Guangdong, China,or a remote support position. I would be very grateful if anyone is willing to offer me a job or make a recommendation. My preliminary resume can be found at: https://cuixing158.github.io/about/ . Thank you!
Email: cuixingxing150@gmail.com

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품

릴리스

R2023b

질문:

2023년 9월 28일

편집:

2024년 4월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by