About 592,000 results
Open links in new tab
  1. Creating 3-D Plots - MATLAB & Simulink Example - MathWorks

    The surfl function creates a surface plot with colormap-based lighting. For smoother color transitions, use a colormap with linear intensity variation such as pink.

  2. plot3 - 3-D line plot - MATLAB - MathWorks

    A convenient way to plot data from a table is to pass the table to the plot3 function and specify the variables to plot. Create vectors x, y, and t, and put the vectors in a table.

  3. 2-D and 3-D Plots - MATLAB & Simulink - MathWorks

    Use plots to visualize data. For example, you can compare sets of data, track changes in data over time, or show data distribution. Create plots programmatically using graphics functions or …

  4. 2-D and 3-D Plots - MATLAB & Simulink - MathWorks

    Graphics functions include 2-D and 3-D plotting functions to visualize data and communicate results.

  5. surf - Surface plot - MATLAB - MathWorks

    This MATLAB function creates a three-dimensional surface plot, which is a three-dimensional surface that has solid edge colors and solid face colors.

  6. scatter3 - 3-D scatter plot - MATLAB - MathWorks

    Create a 3-D scatter plot and use view to change the angle of the axes in the figure.

  7. Creating 3-D Plots - MATLAB & Simulink - MathWorks

    This example shows how to create 3-D line plots in MATLAB using the plot3 function.

  8. Displaying Complex Three-Dimensional Objects - MATLAB

    This example shows how to create and display a complex three dimensional object and control its appearance.

  9. fplot3 - Plot 3-D parametric curve - MATLAB - MathWorks

    Plot multiple lines either by passing the inputs as a vector or by using hold on to successively plot on the same figure. If you specify LineSpec and Name-Value arguments, they apply to all lines.

  10. 3D Polar Plot - File Exchange - MATLAB Central - MathWorks

    Mar 4, 2016 · Polarplot3d produces surface, mesh, wireframe and contour plots for three dimensional polar data. A labeled polar axis is drawn at a fixed height or it can follow the …