Plotting function that allows for N y-axes using a common x axis
This function allows for results to be plotted on N separate y-axes. These y-axes share a common x axis, but do not need to share exactly the same x/y data or size. The function supports all
- 3,4K (insgesamt)
- 10 (letzte 30 Tage)
- 4,9 / 5
- Community
-
11. Aug 2019
Add multiple y-axes to plots. zoomable with zoom modification.
Adds multiple axes to plots using addaxis.m. Automatically adjusts axes to accomodate as many axes as you want.Add more plots to any added axes with addaxisplot.mAdd y-labels to any of the axes with
- 37K (insgesamt)
- 40 (letzte 30 Tage)
- 4,4 / 5
- Community
-
7. Jul 2016
Plotting data on multiple y-axes in the same figure for MATLAB.
addy_axisA new take on plotting data across multiple y-axes in MATLAB. Creates a pair of visible/invisible axes: the invisible one is used to overlay data with the existing main axes, while the
- 25 (insgesamt)
- 2 (letzte 30 Tage)
- -- / 5
- Community
-
19. Jul 2024
MULTIPLOTYYY allows the user to plot multiple lines on three sets of y-axes.
MULTIPLOTYYY plots using three sets of y-axes values. Additionally, multiple lines can be plotted against each y-axis. Therefore, the inputs to the function must be grouped into cell arrays.Here is
- 4,5K (insgesamt)
- 7 (letzte 30 Tage)
- 4,9 / 5
- Community
-
1. Sep 2016
Create axes object with multiple y-axis in Figure or App Designer
Object orientated approach for creating plots with three or more y axis. myaxisc, short for "Multiple Y Axis Class", is a class holding all the axes objects needed to display multiple Y axis. Second
- 1,1K (insgesamt)
- 4 (letzte 30 Tage)
- 4,9 / 5
- Community
-
6. Feb 2019
Add multiple X or Y axes to plots, rescale data, use any function, add data tips, zoom, flexible.
This package will allow you to plot data on multiple X or Y axis. Similar to MATLAB's own plotyy function, but less limiting. Features: Create any combination of X or Y axes, plot multiple lines on
- 2,2K (insgesamt)
- 1 (letzte 30 Tage)
- 3,7 / 5
- Community
-
9. Dez 2015
Myplotyy plots different data sets with a common x-axis but using individual y-axes in one figure.
Myplotyy plots different data sets with a common x-axis but using individual y-axes in one figure. The properties of every curve (y-axis) can be individually adjusted, such as linear or logarithmic
- 3,2K (insgesamt)
- 2 (letzte 30 Tage)
- 4,7 / 5
- Community
-
12. Mai 2011
yyaxis tools: yyzoom, yytick, yyaxtoolbar
enhanced zooming, ticks, and interactive exploration of yyaxis charts
This submission contains the following tools to facilitate the interaction with yyaxis charts:yyzoom – allow zooming and panning both y-axes of a yyaxis plot simultaneouslyyytick – align ticks on
- 370 (insgesamt)
- 3 (letzte 30 Tage)
- 5,0 / 5
- Community
-
22. Apr 2024
ScrollPlot - scrollable X/Y axes
ScrollPlot adds a scroll sub-window to any supplied plot handles
) modifies the corresponding scroll patch(es) accordingly.Both X & Y scrolling are possible.Custom properties provide access to the scroll axes, central patch and side-bars, for user customizations (e.g
- 10,5K (insgesamt)
- 3 (letzte 30 Tage)
- 4,8 / 5
- Community
-
16. Jul 2015
Plots data on separate y-axes
- 536 (insgesamt)
- 1 (letzte 30 Tage)
- -- / 5
- Community
-
3. Mai 2010
This function adds a second y-axis to a x-y plot using a relationship between the two y-axes.
This function allows to use two different y-axes with the same data in one plot. Note, that only one curve but in two different units is shown. This is the difference to plotyy which plots two
- 1,3K (insgesamt)
- 1 (letzte 30 Tage)
- 4,2 / 5
- Community
-
2. Jun 2010
PLOTYYY - Extends plotyy to include a third y-axis
PLOTYYY builds upon plotyy to include a third y-axis. It also provides an easy way of labelling all three y-axes at once.
- 31,9K (insgesamt)
- 21 (letzte 30 Tage)
- 4,6 / 5
- Community
-
14. Nov 2001
Plot data with error bars on both x and y axes
plot data with error bars along both x and y axes
Sjöberg(http://www.mathworks.com/matlabcentral/fileexchange/5444-xyerrorbar)errorbarxy(x, y, lerrx, uerrx, lerry, uerry) plots the data with errorbars on bothx and y axes with error bars [x-lerrx, x+uerrx] and [y-lerry, y+uerry]. If there isno error on one axis, set corresponding lower
- 13,5K (insgesamt)
- 2 (letzte 30 Tage)
- 4,4 / 5
- Community
-
7. Jan 2016
PLOTY4 support for a third and fourth y-axis.
PLOTY4 is based on plotyyy by Denis Gilbert and allows a fourth y-axis. Labelling of all four y-axes is possible.
- 11,4K (insgesamt)
- 4 (letzte 30 Tage)
- 4,7 / 5
- Community
-
2. Aug 2009
multiple colon-intervals
Return a concatenation of multiple colon-intervals.User provides left, step, and right bound.>> mcolon([0 10],[1 2],[2 14])ans = 0 1 2 10 12 14
- 1,1K (insgesamt)
- 1 (letzte 30 Tage)
- 5,0 / 5
- Community
-
3. Jan 2011
Detect and Track Multiple Faces
Detect and track multiple faces from live video.
This is a simple system for detecting and tracking multiple faces from live video. It uses the Computer Vision System Toolbox and the Webcam Support Package. The system detects faces using the
- 12,9K (insgesamt)
- 3 (letzte 30 Tage)
- 4,7 / 5
- Community
-
1. Sep 2016
Multiple matrix multiplications, with array expansion enabled
Multiplying matrices, vectors, or scalars contained in two N-D arrays, with array expansion enabled.
with multidimensional arrays.MULTIPROD performs multiple multiplications between matrices, vectors, or scalars contained in two multidimensional arrays, with automatic virtual array expansion (AX
- 9,9K (insgesamt)
- 3 (letzte 30 Tage)
- 4,9 / 5
- Community
-
26. Jul 2010
Set functions with multiple inputs
Intersectm, ismemberm, setdiffm, setxorm, unionm with multiple inputs. Ex: intersectm(a,b,c,…).
Have you ever tried to find the common elements/rows to more than two sets without using a loop?Now you can with multiple-input set functions: Intersectm, ismemberm, setdiffm, setxorm, unionm.Brief
- 1,6K (insgesamt)
- 1 (letzte 30 Tage)
- 5,0 / 5
- Community
-
6. Aug 2010
Multiple same-size linear solver
Solve multiple systems of linear equations of the same size
- 3,6K (insgesamt)
- 2 (letzte 30 Tage)
- 5,0 / 5
- Community
-
26. Mai 2010
labelxy -- labels the X and Y axes "X" and "Y"
labelxy -- labels the X and Y axes "X" and "Y"
labelxy -- labels the X and Y axes "X" and "Y".This is a quick shortcut that is useful for generic plots.
- 154 (insgesamt)
- 1 (letzte 30 Tage)
- -- / 5
- Community
-
8. Jun 2012
- 5,5K (insgesamt)
- 2 (letzte 30 Tage)
- 4,8 / 5
- Community
-
1. Nov 2004
Multicore - Parallel processing on multiple cores
This package provides parallel processing on multiple cores/machines.
This package provides parallel processing on multiple cores on a single machine or on multiple machines that have access to a common directory.If you have multiple function calls that are independent
- 21,3K (insgesamt)
- 10 (letzte 30 Tage)
- 4,8 / 5
- Community
-
21. Jul 2014
Program to create a figure with multiple tabs and demo their use.
This function creates a figure with multiple Tabs. The number of tabs can be changed and they are distributed evenly across the top of the figure. Content is provided for the first 5 tabs to demo
- 11,2K (insgesamt)
- 1 (letzte 30 Tage)
- 4,9 / 5
- Community
-
4. Feb 2014
labelxyz -- labels the (X,Y,Z) axes "X", "Y", and "Z".
labelxyz -- labels the (X,Y,Z) axes "X", "Y", and "Z".
labelxyz -- labels the (X,Y,Z) axes "X", "Y", and "Z".This is a quick shortcut that is useful for generic plots and also useful for seeing which direction is which in a 3D plot.
- 144 (insgesamt)
- 1 (letzte 30 Tage)
- -- / 5
- Community
-
8. Jun 2012
Multiple XY Graph for Simulink®
This is an XY-Graph block that is based on the Level-2 MATLAB S-Function API to plot multiple trajectories. The zip file contains the associated S-function and an example model.
- 1,4K (insgesamt)
- 3 (letzte 30 Tage)
- 5,0 / 5
- Community
-
6. Mai 2020
create graphs with 3 different Y axes and errorbars for each curve.
The function is built over PLOTYYY in order to create 3 Y axes and having errorbars for the curves.It's has the exact abilities of PLOTYYY with extra features for errorbars.The zip file include two
- 285 (insgesamt)
- 1 (letzte 30 Tage)
- -- / 5
- Community
-
9. Feb 2016
newcolorbar: multiple colormaps in the same axes
Create multiple colormaps and colorbars in (seemingly) the same set of axes.
This function creates a new set of invisible axes matching the size and extents of the current axes. This allows additional colormaps to be used in such a way that they are perceived as multiple
- 1,3K (insgesamt)
- 1 (letzte 30 Tage)
- 5,0 / 5
- Community
-
16. Aug 2015
truncAxis (break X/Y axis | 截断坐标轴)
Create broken axes by truncating X and/or Y axis, supporting logarithmic scaling and reversed axis and resizing the axes based on X/Y range.
13;ax.XTick = 1:5;ax.XTickLabel = {'A', 'B', 'C', 'D', 'E'};axMat = truncAxis('Y', [50, 155]);axMat(1).Children(end).BaseLine.Color = 'none';% Add legendlegend({'AAAAA', 'BBBBB'}, 'FontSize', 13);
- 791 (insgesamt)
- 18 (letzte 30 Tage)
- 5,0 / 5
- Community
-
11. Mai 2026
Superimpose multiple semitransparent images with individual colormaps on the current axis.
Remaps CData for multiple images, plotted in the current axis, to their respective individual colormaps. Multiple examples provided. The examples also demonstrate how semitransparent effects can be
- 1,2K (insgesamt)
- 1 (letzte 30 Tage)
- 5,0 / 5
- Community
-
3. Mär 2012
Violin Plots for plotting multiple distributions (distributionPlot.m)
Function for plotting multiple histograms side-by-side in 2D - better than boxplot.
(http://www.mathworks.com/matlabcentral/fileexchange/37105).DistributionPlot allows visualizing multiple distributions side by side. It is useful for skewed unimodal data and indispensable for multimodal data. DistributionPlot is especially useful for showing the time
- 14,8K (insgesamt)
- 9 (letzte 30 Tage)
- 5,0 / 5
- Community
-
11. Feb 2017
Multiple Target Tracking with Multiple Observations
Tracking of multiple targets using particle filter. This was a redo from last work.
- 2,4K (insgesamt)
- 1 (letzte 30 Tage)
- 5,0 / 5
- Community
-
17. Sep 2013
Smooths contour lines by fitting them with a 2-D spline.
CONTOURSPLINE(X,Y,Z,N) creates a contour plot having N contour levels from the matrix Z, treating the values in Z as heights above the X-Y plane. X and Y are either vectors defining the X- and Y-axes
- 2,8K (insgesamt)
- 1 (letzte 30 Tage)
- 4,7 / 5
- Community
-
31. Okt 2012
Multiple Precision Toolbox for MATLAB
This toolbox defines a new mp class allowing multiple precision objects in MATLAB.
- 13,7K (insgesamt)
- 5 (letzte 30 Tage)
- 4,0 / 5
- Community
-
4. Aug 2022
Scroll a zoomed axes in x/y direction related to full view
The function zoomOrientation reduces width and height of an axes and adds two new axes, xOrientation and yOrientation plus xSlider and ySlider. You can either use the mouse wheel to zoom in/out or
- 408 (insgesamt)
- 1 (letzte 30 Tage)
- 5,0 / 5
- Community
-
15. Mär 2016
Recursive Directory Searching for Multiple File Specs
Searches a directory for multiple file specs with optional recursivity
. This value is locale-dependent. EXAMPLES: Example 1: Recursive directory listing of the current directory d = dir2(pwd,'-r') {d.name}' Example 2: Using multiple
- 1,5K (insgesamt)
- 1 (letzte 30 Tage)
- 4,8 / 5
- Community
-
20. Feb 2013
mplot: Multiple plots in a single figure with list box selection
Adds multiple plot instructions to a figure and the user chooses which one to use from a list box.
mplot figure instead of the currently active onex = 1:100; y = rand(1,100); mplot('my caption', x, y, 'kx');% assigns the given caption to the newly added plotfun = @(ax) plot(ax, x, y, 'k.'); mplot(fun
- 1,7K (insgesamt)
- 2 (letzte 30 Tage)
- 5,0 / 5
- Community
-
2. Okt 2010
Grouped boxplots matlb ploting function
, 200; 51,153,255, 200; 0, 0, 255, 200];col=col/255;multiple_boxplot(data',xlab,{'A', 'B', 'C'},col')title('Here it is!')
- 2,5K (insgesamt)
- 1 (letzte 30 Tage)
- 4,9 / 5
- Community
-
15. Jul 2014
Multiple Rapidly-exploring Random Tree (RRT)
Multiple RRT implementation for mobile robot path planning or C-space manipulator motion planning
% See Usage section in RrtPlanner.m file. This is a basic example of usage:treesMax = 28; %How many multiple trees (must be at least 2, 1 for source and 1 for destinationseedsPerAxis = 3; %Number of
- 7,2K (insgesamt)
- 1 (letzte 30 Tage)
- 5,0 / 5
- Community
-
31. Okt 2013
Multiple curve fitting with common parameters using NLINFIT
Wrapper for NLINFIT which allows simultaneous fitting for multiple data sets with shared parameters.
This function allows you to simultaneously fit multiple data sets (for example noisy measurements) with multiple models, which share some (or all) of the fitting parameters.Unlike difference
- 4,1K (insgesamt)
- 2 (letzte 30 Tage)
- 4,6 / 5
- Community
-
20. Apr 2016
fix_xticklabels - automatically convert xticklabels to multiple line format
It will determine maximum allowed width of XTickLabels and convert them into multiple line format
FIX_XTICKLABELS will determine maximum allowed width of long XTickLabels and convert them into multiple line format to fit maximum allowed width IN: handle [optional] - axes handle
- 3,2K (insgesamt)
- 1 (letzte 30 Tage)
- 4,9 / 5
- Community
-
22. Sep 2014
errorbars on x and y axes with many options.
Plot graph with error bars on both axes.% simple example:Data = [1 10 1; 2 9 0.5; 3 8 0.7];errorxy(Data)
- 5,8K (insgesamt)
- 1 (letzte 30 Tage)
- 4,5 / 5
- Community
-
19. Jan 2006
mmROI (multiple images with multiple ROIs)
open multiple images and preform multiple ROIs process
1) Goal: Interactively process MULTIPLE images with MULTIPLE ROIs (so-called mmROI), which returns ROI mean, std, min, max, median, area and center(X,Y), and plots the mean/std values along the image
- 6,5K (insgesamt)
- 1 (letzte 30 Tage)
- 4,3 / 5
- Community
-
18. Apr 2005
This toolbox includes eight different approaches to deal with the Multiple Comparisons Problem.
The "Multiple Testing Toolbox" includes a compilation of eight different algorithms to deal with the Multiple Comparisons Problem, focusing on both the correction of the Family-Wise Error Rate (FWER
- 1,9K (insgesamt)
- 5 (letzte 30 Tage)
- 5,0 / 5
- Community
-
26. Apr 2021
MUSIC (Multiple Signal Classification) Algorithm
MUSIC (Multiple Signal Classification)
MUSIC (Multiple Signal Classification) is one of the earliest proposed and a very popular method for super-resolution direction-finding. These methods relying on the decomposition of the observation
- 1,3K (insgesamt)
- 4 (letzte 30 Tage)
- 5,0 / 5
- Community
-
10. Mai 2021
MDMTSPV_GA - Multiple Depot Multiple Traveling Salesmen Problem solved by Genetic Algorithm
Genetic Algorithm Solution to the Multiple Depots, MTSP, with Variable number of salesmen
- 2K (insgesamt)
- 3 (letzte 30 Tage)
- 4,8 / 5
- Community
-
15. Jun 2011
Polynomials with multiple roots solved
Solving multiple roots polynomial, using simple elementary arithematic operations mostly.
A given polynomial having multiple roots is solved by the routine Z = poly_roots(p)where Input p: polynomial coefficient vector Output Z: root-multiplicity
- 2K (insgesamt)
- 1 (letzte 30 Tage)
- 5,0 / 5
- Community
-
15. Mai 2014
Multiple-Symbol Differential Sphere Decoding
Multiple-Symbol Differential Sphere Decoding
simulation of the following paper:Lampe, L.; Schober, R.; Pauli, V.; Windpassinger, C., "Multiple-symbol differential sphere decoding," Communications, IEEE Transactions on , vol.53, no.12
- 454 (insgesamt)
- 1 (letzte 30 Tage)
- 5,0 / 5
- Community
-
18. Aug 2014
Align the x, y and z labels of the current axes with the x, y and z axes for 3D plots.
If the current axes have been rotated away from the X-Y view, this function will calculate the angles of the current x, y and z axes with respect to horizontal. These angles are used to rotate the
- 7K (insgesamt)
- 5 (letzte 30 Tage)
- 4,3 / 5
- Community
-
30. Jan 2012
Input a set of numbers as an n-dimension array, get their least common multiple.
I wanted to find the least common multiple of a group of more than two numbers. Matlab's built in lcm function does not have this capability. It accepts two integer inputs, but cannot handle more. So
- 2K (insgesamt)
- 3 (letzte 30 Tage)
- 5,0 / 5
- Community
-
10. Jul 2009
3D comet plot of multiple objects
Plots trajectories of multiple objects in 3D with controllable speed and tail length
comet3n plots trajectories of multiple objects in 3D with controllable speed and tail length. It takes an M*5 array as an input. Column 1-4 is the (x,y,z,t) coordinate of an object, respectively
- 857 (insgesamt)
- 1 (letzte 30 Tage)
- 5,0 / 5
- Community
-
4. Okt 2016
Allows the user to open multiple files.
- 4,3K (insgesamt)
- 1 (letzte 30 Tage)
- 4,7 / 5
- Community
-
27. Jan 2005
Multiple eigen-values for 2x2 and 3x3 matrices
Compute in one shot the eigen-values of multiples (3 x 3) matrices using Cardan's formula
- 1,9K (insgesamt)
- 1 (letzte 30 Tage)
- 4,6 / 5
- Community
-
26. Mär 2021
Multiple Concurrent Workspaces (Updated 2)
A function that simulates multiple workspaces without saving info to disk
code for the 'send variables' utility.************************ws.m simulates the existence of multiple independent workspaces without needing to save information to disk. Each workspace exists
- 2,6K (insgesamt)
- 1 (letzte 30 Tage)
- 4,6 / 5
- Community
-
16. Okt 2006
Visualize data as a heatmap with many customizable options.
properties:* X- and Y-axes tick labels: Display the row/column indices or any other numeric or text labels. X-axis tick labels can even be rotated. * Text labels: Overlay the heatmap image with formatted text
- 21,4K (insgesamt)
- 4 (letzte 30 Tage)
- 5,0 / 5
- Community
-
1. Sep 2016
plotSeries - Color-code multiple plots
plotSeries allows multiple plots to be easily color-coded
);xlabel('x-values');ylabel('y-values'); Inputs: AH - [1x1] [OPTIONAL] Axes handlex - [NxS / Nx1] X-coordinate datay - [NxS] Y-coordinate datas - [1xS] Scalar value associated with each data series (length(s) = size(y,2))colormap -
- 411 (insgesamt)
- 1 (letzte 30 Tage)
- 5,0 / 5
- Community
-
17. Okt 2011
Shows y-values of time series in 2D plots by clicking on the axes.
Shows y-values of time series in 2D plots by clicking on the axes. A quick test can be done by typing showYs('example')after the file is placed in the Matlab pathIt works with one or multiple curves
- 1,8K (insgesamt)
- 1 (letzte 30 Tage)
- 5,0 / 5
- Community
-
10. Mär 2017
Plots graphs with arbitrary number of Y-axes. Generalization of plotyy.
plot4y(data)Syntax: [hax, hlines, data] = plot4y(data, pos)Syntax: [hax, hlines, data] = plot4y(data, pos, parent)Update mode, to be performed on existing axes to update their plots, colors or Y-axis labels:Syntax
- 1,1K (insgesamt)
- 1 (letzte 30 Tage)
- 5,0 / 5
- Community
-
17. Apr 2015
Extract Text from Multiple PDF files across Multiple Folders
When you have desired text in PDF documents saved in many folders
*: https://www.mathworks.com/matlabcentral/fileexchange/19798-extract-text-from-a-pdf-documentOpen files in multiple folders: https://www.mathworks.com/matlabcentral/answers/245959-how-to-read-text-files-from-different-sub-folders-in-a-folder1. Download the code2. Insert the file path for your
- 104 (insgesamt)
- 1 (letzte 30 Tage)
- 5,0 / 5
- Community
-
10. Sep 2019
Multiple Monitors Screen Capture
Captures the screen on every monitor you have.
- 700 (insgesamt)
- 1 (letzte 30 Tage)
- 5,0 / 5
- Community
-
7. Feb 2012