how to run linux commands in MATLAB, in windows 10

2 views (last 30 days)
Hugo
Hugo on 26 Apr 2021
Edited: Hugo on 26 Apr 2021
Hi,
I am using windows 10 and I would like to run a software, called Moldex3D, in command line. The problem is that the command is for linux OS. It works like this:
Moldex3D Solver Command-Line Tool, a Linux executable one to launch Moldex3D or create PBS console program, is located at /opt/Moldex3D/Rxx/x64/Bin.
Usage 1 (Launch Moldex3D computing):
MDXSolverCommandlineTool -launch {bjs_file_path} {run_index} {module_index} {nprocess} {compute_node_file_path}
– bjs_file_path: The full path of MDXBatchRun.bjs.
– run_index: The index of the run to launch.
– module_index: The index of the module to launch.
– nprocess: Number of total MPI processes to launch.
– compute_node_file_path: The full path of the file containing nodes to use for computing.
Can I run the comand MDXSolverCommandlineTool -launch {bjs_file_path} {run_index} {module_index} {nprocess} {compute_node_file_path} in MATLAB, in windows 10? I tried using the system function, but without success.
I thank you in advance,
Best regards,

Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!