About 477,000 results
Open links in new tab
  1. Adding a Graph into a uipanel GUI - MATLAB Answers

    Dec 6, 2019 · It's also possible to create the graphics object itself (e.g. 'matlab.graphics.chart.primitive.Line') and set the 'Parent' property to the axis you want it to appear on, rather than use a 'plot'-style command

  2. How to put the figure on on uipanel? - MATLAB Answers - MATLAB

    You can't directly plot on the uipanel object. You first need to overlay an axes object in the panel and then plot on the axes object. For example, try. I understand, but this plot has some special features like yyaxis left that are not compatible with app designer.

  3. uipanel - MathWorks

    Create a panel in a UI figure, and customize its appearance by specifying property values.

  4. panel - MATLAB Bar Graph Plotting Over Axes - Stack Overflow

    Jul 1, 2014 · On this panel I have an axes and whenever I plot a bar graph on that axes and try to edit its view with either yLim() or axis(), the axes will be resized to the dimensions I want, but the bar graph will not chop off at the edge of the axes and it will continue to run off the page.

  5. How to plot a graph on a panel in App Designer? - MATLAB

    Dec 4, 2024 · I have the below app design view, and I would like to plot the same linear graph (y = 1x) on both axes objects, one (UIAxes) is parented to a panel object and the other (UIAxes2) is just on a figure object.

  6. user interface - (Updated - new issue) - Matlab - Displaying bar graph ...

    Dec 17, 2014 · How would I go about placing this bar graph into the GUIDE GUI in the space dedicated to the box axes1? I do not need any push button trigger to display it. The graph should appear in its dedicated spot on the GUIDE GUI when the GUI window is open.

    Missing:

    • UI Panel

    Must include:

  7. Adding scroll bar in subplots within GUI - Stack Overflow

    Oct 22, 2016 · We start by creating a figure, and placing a panel and a slider components to fill the entire figure: %# create figure, panel, and slider w = 600; h = 500; %# width/height of figure handles.hFig = figure('Menubar','figure', 'Resize','off', ... 'Units','pixels', 'Position',[200 200 w h]); handles.hPan = uipanel('Parent',handles.hFig, ...

  8. bar() to a specific axes in GUI - MATLAB Answers - MathWorks

    I have 3 axes in my gui, and I'm trying to plot a bar graph on one of them. I have tried several solutions; however, I have had no luck. I may have not applied the solution properly.

    Missing:

    • UI Panel

    Must include:

  9. bar - MathWorks

    To plot a single series of bars, specify y as a vector of length m. The bars are positioned from 1 to m along the x -axis. To plot multiple series of bars, specify y as a matrix with one column for each series. bar(x,y) draws the bars at the locations specified by x.

    Missing:

    • UI Panel

    Must include:

  10. Using Panel Containers in Figures -- UIPanels :: Handle Graphics ...

    You can add plots to the existing graph by clicking the Hold toggle button and initiate the plot by clicking the Create Plot button. Use the link above to run the example and open the GUI code in the MATLAB editor.

Refresh