About 569,000 results
Open links in new tab
  1. fplot - Plot expression or function - MATLAB - MathWorks

    This MATLAB function plots the curve defined by the function y = f(x) over the default interval [-5 5] for x.

  2. fplot - Plot symbolic expression or function - MATLAB

    fplot(ax, ___) plots into the axes specified by ax instead of the current axes gca. fp = fplot(___) returns a function line object or parameterized line object, depending on the type of plot. Use the object to …

  3. fplot3 - 3-D parametric curve plotter - MATLAB - MathWorks

    This MATLAB function plots the parametric curve defined by x = funx(t), y = funy(t), and z = funz(t) over the default interval [-5,5] for t.

  4. Create Plots of Symbolic Expressions - MATLAB & Simulink

    fplot to create 2-D plots of symbolic expressions, equations, or functions in Cartesian coordinates. fplot3 to create 3-D parametric plots. fpolarplot to create plots in polar coordinates. (since R2024a) fsurf to …

  5. Analytical Plotting with Symbolic Math Toolbox - MATLAB

    Symbolic Math Toolbox provides analytical plotting of mathematical expressions without explicitly generating numerical data.

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

    This MATLAB function plots the parametric curve xt = x(t), yt = y(t), and zt = z(t) over the default interval –5 < t < 5.

  7. Types of MATLAB Plots - MATLAB & Simulink - MathWorks

    Types of MATLAB Plots There are various functions that you can use to plot data in MATLAB ®. This table classifies and illustrates the common graphics functions.

  8. How to plot multiple functions on same figure using fplot? - MATLAB ...

    Oct 28, 2021 · How to plot multiple functions on same figure... Learn more about fplot, polyfit

  9. plot - 2-D line plot - MATLAB - MathWorks

    This MATLAB function creates a 2-D line plot of the data in Y versus the corresponding values in X.

  10. Plot Multiple Functions in a single call to fplot - MATLAB Answers ...

    Jun 4, 2020 · Plot Multiple Functions in a single call to fplot. Learn more about fplot MATLAB