Info
此问题已关闭。 请重新打开它进行编辑或回答。
How can i create and save to a filename that derives from my data?
1 次查看(过去 30 天)
显示 更早的评论
x= 'a number from my data' (ex *117*)
y= 'another number from my data' (ex *00*)
q=['LOC1_2015_', *num2str(x)*,'_', *num2str(y)*,'_00_00000_CH1.mat']
q =
LOC1_2015_ *117*_ *00*_00_00000_CH1.mat
Now I want to create and save a file name with that name:
save('LOC1_2015_ *117*_ *00*_00_00000_CH1.mat')
Any ideas?
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!