필터 지우기
필터 지우기

how to solve this problem?

조회 수: 1 (최근 30일)
Ponraj raj
Ponraj raj 2016년 2월 4일
댓글: Walter Roberson 2016년 2월 5일
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

답변 (1개)

Walter Roberson
Walter Roberson 2016년 2월 4일
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
Ponraj raj
Ponraj raj 2016년 2월 5일
thanks for your response. but i mentioned the path that is not a directory where matlab itself installed. Is any other reason there..?
Walter Roberson
Walter Roberson 2016년 2월 5일
You should contact Mathworks for free installation support.

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

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by