How can I plot polarscatter with different marker types?
1 次查看(过去 30 天)
显示 更早的评论
I would like to polarscatter a visual field, I need 2 different marker types (if stimulus is saw or not). I passed with the change of color but I would to change the marker type too.
if true
sz = 50
for t = 1 : length(Area_triggered)
if strcmp(Area_triggered(t),'T')
c(1,t) = 1;
else
c(1,t) = 2;
end
end
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Change Markers 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!