I'm trying to change marker size in a graph
7 次查看(过去 30 天)
显示 更早的评论
I'm trying to change marker size in a graph but i keep getting this error and dot know how to fix it
0 个评论
回答(1 个)
VBBV
2022-11-6
markerSize_types = 12;
4 个评论
Walter Roberson
2022-11-7
markerSize_types = 1:5;
Note that Marker Size default is 6 so Marker Size 1 is pretty small.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!