how r to each Matlab folder

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

cd :\E % incorrect (what you wrote)
cd E:\ % correct (what you should do)

2 Comments

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
@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

Tags

Community Treasure Hunt

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

Start Hunting!