Prev: .m Files
Next: MATLAB MySQL JDBC error
From: Roy on 14 Jun 2010 17:48 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 14 Jun 2010 18:21 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 14 Jun 2010 19:41 "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 |