필터 지우기
필터 지우기

while saving my file, i got an error that says permission denied.

조회 수: 2 (최근 30일)
Zeeshan
Zeeshan 2020년 1월 11일
답변: Walter Roberson 2020년 1월 11일
i am new to neural network. was writing a code in matlab for training and testing. i created two functions: one for activation and other for training. i wrote a script to train my data set with some expected out. i ended my code with
save Trained_Network.mat.
after execuation, it say
Error using save
Unable to write file Trained_Network.mat: permission denied.
i am using MATLABR2016b
can any body please help me out from this problem. thanks in advance

답변 (1개)

Walter Roberson
Walter Roberson 2020년 1월 11일
userpath('reset')
pwd()
And then try the save again.

카테고리

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