4,482 results
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
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
make plots with multiple x-axes
Something like plotyy (or any of its variants), but with any number of x-axes and (perhaps) a more flexible interface.
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
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
imagecat generates a 'catalog' of images useful for visualizing steps in image processing.
) with each image on its own axes. The axes can be optionally linked, set to be proportional in X and Y, or displayed in cartesian orientation.
Companion Software
MULTIWAITBAR displays multiple waitbars.
% MULTIWAITBAR displays multiple waitbars.% H = MULTIWAITBAR(NumAxes,StepAxes,TitleAxes)% creates and displays a waitbars of fractional lengths StepAxes. The% handle to the multiwaitbar figure
The toolbox converts 2D & 3D MATLAB plots to the METAPOST or Multi-METAPOST format.
of FoilTEX, PPower4 or beamer packages, etc.The toolbox can convert following graphic objects: axes, line, text, patch, surface, image, and rectangle.Instalation and using is described in mmp.pdf.
Add as many legend you want to a single figure
This function allows to add multiple legends to a single figure / axes.Simply define the typical legend properties such as DisplayName, LineStyle, Color, ... and there you go.All additional settings
Data cursor support for multiple axes in a fugure
Several related functions:CreateCursor sets up a vertical cursor on all axes in a figure. The cursors can be moved around using the mouse.Multiple cursors are supported in each
This function helps to create 2 axes in 1 colorbar
Two axes in one colorbar are achieved in this function. This code is a modified version of https://in.mathworks.com/matlabcentral/answers/475762-colormap-utility-two-axes-in-colorbar
Provide an array of axes handles or 1 figure handle.It will create a legend of all the lines in axes
A simple demo to show how you can obtain the children object handles in plot determine their type and do something with it.If you have multiple axes in one figure but wish to have one legend for all
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
By keyboard control it is possible to.
If you have multiple figures (or one) with multiple axes (graphs) (or one) which all have the same (or similar) x-axis (time, frequency, order, ...), this function makes it possible to navigate (zoom
A GUI to generate and play quarter note rhythms, with visual support
This is a GUI designed to help learn about Nyquist plots.
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
Simple circuit for simulink amatuers
A simple circuit to illustrate how to display multiple signals on a scope display with only 1 axe using the 'Mux Block' function.
Pans and zooms multiple axes on the same figure, with full control of axes linking.
Pan with left click mouse drag, draw a zoombox with right click drag, and view all data with double-click. This also retains any existing WindowButtonXFcn the figure has, as well as any axes
Adds a new class for creating nested axes that show zoomed-in regions of a 2D plot
# Matlab Zoomed AxesAdds a new class for creating nested axes that show zoomed-in regions of a 2D plot.Supports multiple zoomed axes per parent and is fully interactive for easy placement. ##
A toolbox for analysis and display of Antarctica-related data
framework to allow easy pairing of multiple different types of data sets (surface elevation, ice velocity, grounding line, etc). For a quick overview, check the Examples tab on this page and click "AMT
Custom colorbar with multiple entries
CCBAR creates a custom colorbar with multiple sections. The contents of the CCBar are given as an input, and can consist of one or more arrays of indexed or RGB color data. In addition, setting the
Fast Gaussian Process Regression (GPR) interpolation of small and large grain boundary property datasets in a 5 degree-of-freedom sense.
trianglesphtri_subdiv_test.msqrt2norm.mtake a set of octonions and give each row norm == sqrt(2) if (norm == 1) || (norm == sqrt(2))sqrt2norm_r2018a.margumentssymaxis.mReturn the symmetry axes (if multiple) and the geometry given a
Fills the figure with axes subplots with easily adjustable margins and gaps between the axes.
Subplot tends to leave a lot of empty space around the axes. Tight_subplot allows to adjust the spacing between the axes as well as the margins around the axes.For example:[ha, pos] =
Multiple data sets are managed and compared with the mouse, by shifting objects and axes
: props to Paul S. Koch for the inspiration with uilineshift.m!possible improvements, to be posted at a later release:-ability to select and move multiple lines ('group')-highlighting selected
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
With one click, zoom axes for better visibility.
What if you have a number of tiny subplots or images in a figure window and would like to be able to visually inspect them?Call allowaxestogrow(f) on a figure f with any number of sub-axes
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
xPlot – Behaves Like Plot But With Built-in Tools for Interactively Displaying/Filtering Metadata
Version 1.0
Michael CappelloEasily Display/Filter Metadata In Multiple Figures, Axes, Lines With Built-in Tools. Extensible.
fix_xticklabels - automatically convert xticklabels to multiple line format
Version 1.1.0.0
Mikhail ErofeevIt 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
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
ScrollPlot adds a scroll sub-window to any supplied plot handles
ScrollPlot adds a scroll sub-window to any supplied plot handles (or current [gca] axes if no handle was supplied). This enables easy plot or image exploration. The user can specify initial view
Solve multiple systems of linear equations of the same size
Import fig file to axes
% IMPORTFIG(Figfilename,Axes) opens a fig file and places the% contents into another axes such as on a subplot.% % Example% h=subplot(3,2,1); % importfig('plot1.fig',h); Useful if you have lots as
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
Change the visual appearance of a figure axis, by separating the axes at the origin.
Matlab function to change the visual appearance of a figure axis, by separating the axes at the origin. Usage: SeparateAxes SeparateAxes(..., hAxis) SeparateAxes(..., fProportion
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
A generalization of INTERSECT to handle multiple inputs.
Plot a set of data with two different axes.
PLOT2AXES(X, Y, 'Param1', 'Value1', ...) plots X versus Y with secondary axes. The following parameters are accepted [default values]: xloc ['top']: location of secondary X-axis yloc ['right
This toolbox defines a new mp class allowing multiple precision objects in MATLAB.
Produces an axis crosshair, allows user to click a point.
This function produces a crosshair on the axis selected. One can click to select an X, Y coordinate. This function can set up crosshairs on multiple axis across multiple figures. It can be modified
Vectorized version of hold function.
VHOLD(multiax, onoff) set hold state of multiple axes. VHOLD(multiax, onoff) is a vectorized version of function hold. It sets the states of multiple axes objects with handles in matrix multiax
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
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.
Offset axes, mimicks Seaborn's 'despine' option for plotting
visible. This function mimics the behaviour in a matlab plot, by changing the axis limits and covering the origin of the axes with a white line.
Multiple dot, cross, and outer products, cross divisions, norms, normalizations, projections, etc.
subtractions)DOT(specific function performing dot products)CROSS (specific function performing cross products)They all perform multiple operations, but they cannot perform automatic AX. MATLAB also includes function SUM
ticklabelformat sets the axes tick labels format. The format is preserved during zoom/pan/maximize
ticklabelformat sets the format of an axes tick labels based on sprintf format specifiers. The format is preserved during zoom/pan/maximize and applied to the dynamic tick values. Calling
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
Click any axes to expand it in a separate figure. Right-click expanded axes to export contents!
FUNCTION EXPANDAXES(HNDLS)Allows you to click on any axes (or child thereof) in the list of input handles. Left-clicking will popup a new window in the position of the original, filled with the
Plots multiple images in same axes, showing background, where foreground is NaN.
Imagescn plot two or more imagesc into the same axes. Deeper layers are visible, were higher layers have the value NaN. This is helpful e.g. to show measurement (=foreground) results "above" a map
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
PLOTXX Create graphs with x axes on both top and bottom
PLOTXX Create graphs with x axes on both top and bottom Similar to PLOTYY, but ... the independent variable is on the y-axis, and both dependent variables are on the x-axis. For example, you may
Fit a specified number of Gaussians to a test signal.
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
Adds multiple plot instructions to a figure and the user chooses which one to use from a list box.
mplot creates a figure with a list box and axes. The list box contains references to plot instructions to sketch data on the axes. Plot instructions are added to the list box with successive calls to
Cursor feature for MATLAB® plots
MYCURSORS creates as many cursors as you want on an axes.Cursors can be tricky to implement and handle. This function will help you to simply add multiple cursors on an axes.EXAMPLE:Take a look at
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!')
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.