Error using ==> cd
Mostrar comentarios más antiguos
I am using windows 7,64 bit. I try to run a simulink program.it gives me this error:
Error using ==> cd Cannot CD to C:\Users\...\AppData\Local\Temp;C:\Program Files\MATLAB\R2011a\simulink (Directory access failure).
my matlab program is installed at: C:\Program Files\MATLAB\ and I already checked this path in matlab. there is no thing wrong about it. I don't understand why matlab tries to find another directory!!! please guide me.
6 comentarios
Fangjun Jiang
el 22 de Sept. de 2011
Are you trying to open a Simulink model file or just open the Simulink library? There might be some scripts linked to the model file through function callback. Did the error message indicate which line did the error happen? Can you copy the error message exactly (including line return) as it appears in the Command Window?
sara
el 22 de Sept. de 2011
Fangjun Jiang
el 22 de Sept. de 2011
That's a completely different message. This warning indicates some "Goto" blocks are not needed because no matching "From" blocks are found. It's Okay. But previous message is an error. When did that error happen and did it cause any problem?
sara
el 22 de Sept. de 2011
Fangjun Jiang
el 22 de Sept. de 2011
You seem to change the topic again. I am not sure what is your question.
Rui
el 28 de Mzo. de 2013
here is the answer for your question.
Respuestas (2)
Walter Roberson
el 22 de Sept. de 2011
0 votos
Notice that it is displaying two directory paths with a semicolon between them. I do not know why, but it is trying to change directory to that entire path, semi-colon and all.
Does it give a traceback of the error? That might help us figure out what is happening.
3 comentarios
sara
el 22 de Sept. de 2011
Walter Roberson
el 22 de Sept. de 2011
The VPN to the license server should not change anything
Ferd
el 19 de Abr. de 2012
True, once license is established it will not change anything.
Make sure the file you are calling does not have a "space" in any of the files in the path. Try naming with underscores for spaces.
Arif Emre DEMIR
el 30 de Dic. de 2020
0 votos
ı found this error's solution , is so simple. You just open the matlab as the adminastor. :))
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!