Setting a Variable value as Label in Plot
5 次查看(过去 30 天)
显示 更早的评论
I have a variable file_name which stores the name of the file eg.
file_name=Strain;
now i want to plot a graph having Strain on the X-axis , actually this will be a repetitive procedure and i will be getting new string(values) in the variable file_name each time and will be using them to plot new graph , how can i do this.
Regards, Amit
1 个评论
Daniel Shub
2013-7-23
编辑:Daniel Shub
2013-7-23
Presumably you mean file_name='Strain'; otherwise we will need to know what Strain is.
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Directed Graphs 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!