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

 Akzeptierte Antwort

Stephen23
Stephen23 am 8 Mai 2020

0 Stimmen

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

2 Kommentare

Stephen23
Stephen23 am 8 Mai 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 am 8 Mai 2020
@Arkanra Kadhum: as the warning states, change the name of your script to something else, e.g. myplot.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Startup and Shutdown finden Sie in Hilfe-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