About 7,890,000 results
Open links in new tab
  1. hold - Retain current plot when adding new plots - MATLAB

    This MATLAB function sets the axes hold state to on, which retains plots in the current axes so that new plots added to the axes do not delete existing plots.

  2. Hold on issue for subplots - MATLAB Answers - MATLAB

    Sep 7, 2021 · TLDR: use tiledlayout/nexttile if you have R2019b or later, on older releases you can work around subplot's save/load weirdness with a 'Tag' or other property and findobj. …

  3. using hold on function in step response with subplot

    Feb 24, 2019 · I am trying to plot step reponse and impulse reponse of a sys in a single plot,using suplot and lengend, but i too have different values of z to be ploted (means i am using hold on …

  4. Matlab updating subplots and hold on - Stack Overflow

    Jun 16, 2014 · win = figure(1); win.sub1 = subplot(2, 2, 1); win.sub2 = subplot(2, 2, 2); win.sub3 = subplot(2, 2, 3); win.sub4 = subplot(2, 2, 4); x = 1:1:10; plot(win.sub2, x, x); %graphs the line y …

  5. The hold function for multiple plots in MATLAB - Stack Overflow

    May 4, 2017 · Pressing the clear1 button should turn hold off for curve1 so that new values can be put in parameterset1 and a new curve1 can be plotted on same axes as curve2, curve3 and …

  6. Matlab: Plot a subplot with hold on and hold off in a loop …

    Mar 30, 2011 · subplot('Position',[.07 .05 .92 .44]); %I want to do this without having to call xlabel, ylabel, etc. %over and over. plot(newx, newy); xlabel() ylabel() hold on. plot(newx1, newx2) …

  7. How to use hold command with Plotyy and Subplot? - MATLAB

    Jan 15, 2020 · For adding 2 plots at the left Y-axis, I am using hold (ax1(1)), hold(ax2(1)), hold(ax3(1)), and hold(ax4(1)) in the subplot 1, 2, 3, and 4 respectively. When, I am running …

  8. MATLAB Plots (hold on, hold off, xlabel, ylabel, title, axis & grid ...

    Jul 27, 2018 · The example below will show you how to show multiple graphs in the same plot by using hold on and hold off command in MATLAB. Example Program (1): To show the curve for …

  9. How to plot multiple graph in MATLAB | Subplot in MATLAB | Hold

    How to Plot multiple graphs in matlab using subplot command and hold on command. Multiple plotting in matlab is part of MATLAB course video series. The initial section of the video...

  10. How to use hold command with Plotyy and Subplot? - MATLAB

    Dear Matlab Users, I am facing a problem on applying hold command along with both Plotyy and subplot. Here, I am providng my code and attached my sample data for your convenience. …

  11. Some results have been removed
Refresh