Error using save, Unable to write file: Invalid argument.
13 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Alexandra Rowan O'Donnell
el 16 de Abr. de 2019
Comentada: Alexandra Rowan O'Donnell
el 16 de Abr. de 2019
Hey y'all,
I've never had this problem with other scripts I've run but all of a sudden when I try and finish off and save my results, I'm getting this error:
>> if duration==1; save result_param1 xx yy vv xyloc EEPss ChanLoc xqs yqs vqs vs im ;end
Error using save
Unable to write file result_param1: Invalid argument.
I'm using R2018b if that helps!
2 comentarios
Adam
el 16 de Abr. de 2019
Seems to work fine for me when I tested with an example of my own, although why you would use that syntax rather than the much more readable function syntax I don't know! e.g.
save( 'myFilename.mat', 'myParam1', 'myParam2', ... )
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!