how r to each Matlab folder
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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
0 Commenti
Risposta accettata
Stephen23
il 8 Mag 2020
cd :\E % incorrect (what you wrote)
cd E:\ % correct (what you should do)
2 Commenti
Stephen23
il 8 Mag 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
il 8 Mag 2020
@Arkanra Kadhum: as the warning states, change the name of your script to something else, e.g. myplot.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!