How to change the size of the marker in CONEPLOT without weighting

2 次查看(过去 30 天)
Hi. I am trying to plot a vector field based on CONEPLOT. for some reason, I want to generate the non-weighted cone(same size of cones for all intensity), but indicates its intensity by colors.
s=0;
absVectors=abs(3d data)
qv = coneplot(X,Y,Z,u,v,w,vX,vY,vZ,absVectors,s,'spline');
But the size of a marker(cone) is too small to observe. How can I change the global weight of marker without weighting each cone?
Regards

回答(1 个)

KSSV
KSSV 2017-3-22
coneplot accepts the size of markers as below:
coneplot(x,y,z,u,v,w,cx,cy,cz,N); % N is size of marker
You specify your required value.
  1 个评论
Yong Guk Kang
Yong Guk Kang 2017-3-22
编辑:Yong Guk Kang 2017-3-22
Thanks for answer.
But, It's not I want. If use value N such as 1 or 2, it changes(weights) size of marker via its own intensity per each point.
N=0 makes same size of markers, but markers are too small.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Vector Fields 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by