Cannot call files named with ' character in the text

1 view (last 30 days)
I am trying to call excel files into my matlab script. There are hundreds of files and they are named 8'_Data_Startup-1234567489 (varying numbers) . Becuase of the [ ' ] in the title I am unable to call the file. How do i capture the full name of the title to be called in my script

Accepted Answer

Alex Mcaulley
Alex Mcaulley on 7 Oct 2019
filename = '8''_Data_Startup-1234567489'

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!