About 703,000 results
Open links in new tab
  1. How can I plot two functions in the same graph? - MATLAB …

    Sep 17, 2014 · i have two functions y and V and i did plot them separately one on its plot, so i am having a problem on ploting the same fuctions in one figure, can someone help me please. …

  2. Combine Multiple Plots - MATLAB & Simulink - MathWorks

    Each tile can contain an axes for displaying a plot. After creating a layout, call the nexttile function to place an axes object into the layout. Then call a plotting function to plot into the axes. For …

  3. How to plot two functions in one graph? - MATLAB Answers

    Nov 7, 2016 · I need to plot a graph where I can see how two functions interact with each other. Let's say first function is y1=a1*(x1^n)+b1*(x1^(n-1))+...+z1 and y2=a2*(x2^n)+b2*(x2^(n …

  4. fplot - Plot expression or function - MATLAB - MathWorks

    Function to plot, specified as a function handle to a named or anonymous function. Specify a function of the form y = f(x). The function must accept a vector input argument and return a …

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

  6. Plot two functions on graph - MATLAB Answers - MATLAB Central

    Jan 28, 2018 · Plot two functions on graph. Learn more about plot, graph i(t)=6cos((2*pi*t)-15) And v(t)=12sin((2*pi*t)-45)) plot on same graph, should include approx 2 full cycles.

  7. How to plot multiple graphs in one figure - MathWorks

    Jun 29, 2021 · I have two codes. Each code has four graphs. I want to plot two graphs in one figure. For example: Dead nodes vs Round graph of two should be in one figure. In the same …

  8. Is it possible to plot multiple functions in one plot?

    Feb 14, 2015 · What specific matlab commands are needed to do this? For example, I am trying to place three functions that can fit into one figure with the following functions: y=x^2 y=-5x+2 y=4

  9. multiple graphs in one script - MATLAB Answers - MATLAB Central …

    I am runny a loop over set of function and in the end I want some graphs of different data. there are three variables let say a, b and c.I have generated a graph using: …

  10. How to plot a function of two variables in MATLAB?

    Jan 9, 2019 · Create a function of two variables. Simplest is to learn about function handles. Don't forget to use the correct operators, that will allow vectorized operations between arrays of x1 …

  11. Some results have been removed