where can I find RoadRunner default install path?

10 ビュー (過去 30 日間)
cui,xingxing
cui,xingxing 2023 年 9 月 28 日
編集済み: cui,xingxing 2024 年 4 月 27 日
Where can I find RoadRunner default install path?

採用された回答

cui,xingxing
cui,xingxing 2023 年 9 月 28 日
編集済み: cui,xingxing 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 件)

製品


リリース

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by