how r to each Matlab folder

1 view (last 30 days)
Arkanra Kadhum
Arkanra Kadhum on 8 May 2020
Commented: Stephen23 on 8 May 2020
When I want to reach the files that I stored in Matlab in E partition, and I wrote:
>> cd :\E
I got an error
“Error using cd
Cannot CD to :\E (Name is nonexistent or not a directory)”
Please how can I solve his problem

Accepted Answer

Stephen23
Stephen23 on 8 May 2020
cd :\E % incorrect (what you wrote)
cd E:\ % correct (what you should do)
  2 Comments
Stephen23
Stephen23 on 8 May 2020
Arkanra Kadhum 's incrorectly posted "Answer" moved here:
Hi Stephen
hank you fpr your replay
I tried and i got
Warning: Function plot has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential
name conflict.
Arkan
Stephen23
Stephen23 on 8 May 2020
@Arkanra Kadhum: as the warning states, change the name of your script to something else, e.g. myplot.

Sign in to comment.

More Answers (0)

Categories

Find more on Graphics Objects in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!