how to solve this problem?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
i have installed 2015b 32bit matlab on my pc just now. it is working properly. but i can save the files before working in the file. but after working or created a file i cant save the file. even i had installed in another pc , it also reflects the same problem. what is the problem and how to solve this. thanks in advance for your response
0 comentarios
Respuestas (1)
Walter Roberson
el 4 de Feb. de 2016
It sounds like you might be trying to save the files into a directory under where MATLAB itself is installed. The MS Windows operating system does not allow users to save files under its main directory for programs to be installed, as a security measure. You need to be saving the file into a directory you own. For example,
cd(getenv('HOME'))
2 comentarios
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!