Filter löschen
Filter löschen

execute system commands in matlab

3 Ansichten (letzte 30 Tage)
Thomas Schäfer
Thomas Schäfer am 6 Mai 2021
Hi
I can not figure out how to write the correct input for matlab system (or dos, I have tried both) commands.
That I want to do is to call the program HFSS with certain flags. I have verified that it works correctly in a CMD prompt. Here I use the line:
"C:\Program Files\HFSS11\HFSS11\hfss.exe" -runscriptandexit "D:\HFSS Projects\read_variable_from_file.vbs”
I can not make it work in matlab, I would appreciate if someone could help me.
My thanks in advance!
BR
Thomas
  9 Kommentare
Thomas Schäfer
Thomas Schäfer am 6 Mai 2021
Okay.
I manage to solve this by running:
system('set path=%path:C:\Program Files\MATLAB\R2018b\bin\win64;=% & "C:\Program Files\HFSS11\HFSS11\hfss.exe" -runscriptandexit "D:\HFSS Projects\read_variable_from_file.vbs"');
I should ad that I am using MATLAB2019
Thanks again for you help!
Walter Roberson
Walter Roberson am 6 Mai 2021
Looks good.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu MATLAB Coder finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by