Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
Zeeshan
Zeeshan el 11 de En. de 2020
Respondida: Walter Roberson el 11 de En. de 2020
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

Respuestas (1)

Walter Roberson
Walter Roberson el 11 de En. de 2020
userpath('reset')
pwd()
And then try the save again.

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!

Translated by