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

 채택된 답변

Stephen23
Stephen23 2020년 5월 8일

0 개 추천

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

댓글 수: 2

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

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

질문:

2020년 5월 8일

댓글:

2020년 5월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by