Question says it all: in a Windows OS, is there a way to make Matlab’s csvread or importdata recognize that it needs to follow myfile.csv.lnk to the source file?
Question says it all: in a Windows OS, is there a way to make
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Matlab can’t process windows shortcut style symbolic links, but it has no problem with ntfs symlinks which were added around Vista and are transparent to applications. I’ve tested both the symbolic and hard link variants of these and both work fine through Matlab.
You make them using the
mklinkcommand, similar to this