i cannot make mex setup command to work on my matla2012a?
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
hello all, i am trying to use mex setup command on matlab 2012a but it does not work on my laptop, and i get the error "Previously accessible file "C:\Program Files\MATLAB\R2012a\toolbox\matlab\iofun\tempname.m" is now inaccessible." any ideas??
5 Kommentare
Geoff Hayes
am 30 Okt. 2014
bena - what happens if you type the following in the Command Window
tempname
and/or
which tempname -all
As tempname is a built-in function that generates a unique name for a temporary file, both of the above commands should return a unique file name and the path to the tempname.m respectively.
Geoff Hayes
am 30 Okt. 2014
What error do you get when you run tempname?
Geoff Hayes
am 30 Okt. 2014
Bearbeitet: Geoff Hayes
am 30 Okt. 2014
If you type
open tempname
does the file open in the editor?
And, what does
path
return? If there is a list, do you see the directory C:\Program Files\MATLAB\R2012a\toolbox\matlab\ iofun?
Antworten (0)
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!