- Attach a sample of the desired output (some sample data wouldn't hurt, either)
- What have you tried and where's the specific problem? plot has all sorts of marker/linestyle options, as does scatter
plotxx scattered plot with smooth line and marker
3 次查看(过去 30 天)
显示 更早的评论
I am using plotxx, i want to replicate the scattered chart with smooth lines and markers from excel in matlab. Any help?
1 个评论
dpb
2017-5-26
Since this is a Matlab forum, you'll forgive us if we have no idea what the subject Excel plot actually looks like.
回答(1 个)
dpb
2017-5-27
编辑:dpb
2017-5-28
plotxx is a File Exchange submittal -- and looks to be pretty limited in its implementation. If you start with it, you'll have to save the line handles it returns as optional output arguments and modify them directly.
ADDENDUM
It's really almost trivial to do this from scratch w/o the crutch of plotxx and you've got complete control (not that you don't otherwise by mucking with the handles, but it seems deep, dark and mysterious that way whereas it really isn't)--see
for how to go about it directly.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!