how to change directory?

10 ビュー (過去 30 日間)
riki singh
riki singh 2022 年 7 月 4 日
回答済み: Siraj 2022 年 7 月 4 日
Error using actxserver
Server creation failed. Invalid ProgID 'CSTStudio.application.2019'.
%this direc is default set to:-
direc ='C:\Program Files\Avast Software\Avast\1033'
macroDir = fullfile(direc,'CST_App Macros')
%at this point my directory is C:\Program Files\Avast Software\Avast\1033\CST_App Macros'
% how to save it to my directory
direc1 ='E:\MS FILE\101MSDCF DEC2014-17'
macroDir1 = fullfile(direc1,'CST_App Macros')
%and i want my directory to be E:\MS FILE\101MSDCF DEC2014-17\CST_App Macros'
2018a version
  1 件のコメント
KSSV
KSSV 2022 年 7 月 4 日
Read about cd

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

回答 (1 件)

Siraj
Siraj 2022 年 7 月 4 日
Hii,
It is my understanding that the variable "macroDir1" has the full path of the directory. Now if you want to switch your workspace to macroDir1 then you can use the "cd" command.
cd(macroDir1)
Refer to the documentation for more on cd in MATLAB.
Hope it helps

カテゴリ

Help Center および File ExchangeSearch Path についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by