Run The MATLAB Compiler Runtime (MCR) from Windows Command Line

Hi there ,
I want to ask if there is anyway to run MCR( MATLAB Compiler Runtime ) from windows cmd ,
Thanks

4 件のコメント

Rik
Rik 2020 年 12 月 1 日
Since the runtime is a backend for compiled programs, I would guess that this depends on the application in question, not the runtime. What did you try?
khier talia
khier talia 2020 年 12 月 1 日
i wrote an algorithm on malab then i turned to a jar file to execute it in a java program , but it takes to muchtime to run the runtime when use the jar and that because run take much time to start, so i searching for a solution to start the mcr when i execute the java program not when i called that jar
Rik
Rik 2020 年 12 月 1 日
You could consider rewriting your function to act as a server. That way it could be listening for a file to be updated (or something similar). This would shift the startup time to the beginning of your complete function.
khier talia
khier talia 2020 年 12 月 1 日
May it was a misunderstanding here so i 'll explain what i did :
- i wrote my algorithme in matlab
- i generated an Jar file
- i called that jar file from my java application
- so when a client send a request to my application :
- i executed the jar
- get the results and send it to the client
-but that jar file use MCR to compile and run
-the MCR took too much time to start so i'm trying to start the MCR when the application(server) start listening and i didn't find a way to do that and it took too much time in searching
Thanks for your time again

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeJava Package Integration についてさらに検索

質問済み:

2020 年 12 月 1 日

コメント済み:

2020 年 12 月 1 日

Community Treasure Hunt

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

Start Hunting!

Translated by