From: Roy on
I made a sphere using surf function. I want to make the sphere transparent such that I can see lines connecting from the center of sphere to outside points clearly.

How can I do that?

Thanks for your help.
From: Walter Roberson on
Roy wrote:
> I made a sphere using surf function. I want to make the sphere
> transparent such that I can see lines connecting from the center of
> sphere to outside points clearly.
>
> How can I do that?

surfaces have AlphaData and AlphaDataMapping properties.
http://www.mathworks.com/access/helpdesk/help/techdoc/ref/surface_props.html
From: us on
"Roy " <chaowu2009(a)gmail.com> wrote in message <hv682k$70u$1(a)fred.mathworks.com>...
> I made a sphere using surf function. I want to make the sphere transparent such that I can see lines connecting from the center of sphere to outside points clearly.
>
> How can I do that?
>
> Thanks for your help.

a hint:

help alpha;

us
 | 
Pages: 1
Prev: .m Files
Next: MATLAB MySQL JDBC error