change linewidth in subplot
显示 更早的评论
Hi,
I created a plot using subplot.
I want to change the linewidth of a particular tile from that figure, i.e. subplot(2,1,2). How to get the handle of that tile?
-SAIMA
回答(1 个)
Image Analyst
2013-8-20
Why do you need the handle? Just plot the data with the proper linewidth to begin with
handleToCurve = plot(x, y, 'LineWidth', 3);
类别
在 帮助中心 和 File Exchange 中查找有关 Subplots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!