Adding legend to a plot
9 次查看(过去 30 天)
显示 更早的评论
For a matrix where A= [ 1 2 3 4 5 ; 6 7 8 9 10]; the first column is the path ID and columns 2 through 5 is the path.
I want to plot these 2 lines on the same chart and use "1" and "6" as their legend ID's. Is this possible?
I used plot( x axis vector, A). Is there an option to specify the legend based on A?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Legend 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!