Info
此问题已关闭。 请重新打开它进行编辑或回答。
How to do it?
1 次查看(过去 30 天)
显示 更早的评论
Contours in the section of y coordinate varying from 24 to 24.7 with x-axis varying from 0 to 0.3 approx are really concentrated and appears like a patch when i do contour filled. Can i make them wide and clearly visible.
0 个评论
回答(1 个)
Image Analyst
2014-2-4
A lot of functions take a 'LineWidth' input argument. See if yours does, like
somefunction(....., 'LineWidth', 4, .........) % Make thick lines.
1 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!