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

    This example shows how to create a variety of 3-D plots in MATLAB®.

  2. 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.

  3. 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.

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

    Plot continuous, discrete, surface, and volume dataUse plots to visualize data. For example, you can compare sets of data, track changes in data over time, or show data distribution. Create …

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

    A convenient way to plot data from a table is to pass the table to the scatter3 function and specify the variables you want to plot. For example, read patients.xls as a table tbl. Plot the …

  6. quiver3 - 3-D quiver or vector plot - MATLAB - MathWorks

    This MATLAB function plots arrows with directional components U, V, and W at the Cartesian coordinates specified by X, Y, and Z.

  7. How can I plot 3D polar plot in MATLAB - MathWorks

    Sep 12, 2017 · I have three values, azimuth, elevation and corresponding data points. is it possible to plot 3D polar plot using this three values. and 1 want to show the third value in …

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

    Mar 4, 2016 · Plots 3d polar data with polar axis and polar grid

  9. contour3 - 3-D contour plot - MATLAB - MathWorks

    This MATLAB function creates a 3-D contour plot containing the isolines of matrix Z, where Z contains height values on the x-y plane.

  10. Using plot3 to plot 3d vectors - MATLAB Answers - MATLAB Central

    Using plot3 to plot 3d vectors . Learn more about 3d, vectors, axis, plot, graph