Matlab mファイルから powershell スクリプトを読み出す方法です。
% Execute powershell script
op = "text.txt"
command = ['!powershell -NoProfile -ExecutionPolicy Remotesigned -File .\exec-samplescript.ps1 -File'];
command = [ command ' ' op];
eval(command);
Go to list of users who liked
More than 1 year has passed since last update.
Matlab mファイルから powershell スクリプトを読み出す方法です。
% Execute powershell script
op = "text.txt"
command = ['!powershell -NoProfile -ExecutionPolicy Remotesigned -File .\exec-samplescript.ps1 -File'];
command = [ command ' ' op];
eval(command);
Register as a new user and use Qiita more conveniently
Go to list of users who liked