Hi,
file='Data.xlsx'
M=xlsread(file)
Now I want to create a text file of the same name as in the excel name
fileID=fopen()
Can anyone tell what command comes here ? like sprintf or something else
I don't want to enter manually as there are too many files.