Skip to Main Content Skip to Search
Product Documentation

Filledfilled or transparent areas and surfaces

Filled controls whether areas and surfaces are filled or transparent.

→ Examples

Attribute

Type

Value

See Also:

Colors, FillColor, FillColor2, FillColorType, FillPattern, FillStyle, LinesVisible, ULinesVisible, VLinesVisible

Details:

With Filled = FALSE, areas and surfaces are not filled. This means that, e.g., a surface plot is reduced to a wire frame model.

Example 1

The following parametrization of a sphere uses a mesh similar to the graticule (longitudes and latitudes) of geography:

globe := plot::Surface([sin(u)*cos(v), cos(u)*cos(v), sin(v)],
                       u = 0..2*PI, v = 0..2*PI,
                       Mesh = [12, 12], Submesh = [3, 3]):
plot(globe, Scaling = Constrained)

MuPAD graphics

To get a wire frame model, we set Filled = FALSE:

plot(globe, Filled = FALSE, LineColor = RGB::Black,
     Scaling = Constrained)

MuPAD graphics

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2012- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS