Info

This question is closed. Reopen it to edit or answer.

Compilation on central server

1 view (last 30 days)
Paco
Paco on 15 Oct 2012
Closed: MATLAB Answer Bot on 20 Aug 2021
Hi there,
I've programmed a tool in MATLAB to be executed from comman line, using the compiler. The compilation process is carried out using:
mcc -mv file1 file2 ... fileN
This works for an individual computer. Unfortunately, the tool need to be placed in a sibngle computer and executed in remote from other PCs, and this syntaxis doesn't work for that purpose. Is that possible? may I use mcc with other parameters or another different command?
Thanks!
  2 Comments
Walter Roberson
Walter Roberson on 15 Oct 2012
What happens when you try that syntax?
Image Analyst
Image Analyst on 15 Oct 2012
Edited: Image Analyst on 15 Oct 2012
I think this is ambiguous. Are you executing your TOOL that you compiled from remote computers, or executing the mcc command from the other remote computers?

Answers (0)

Community Treasure Hunt

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

Start Hunting!