30,422 results

Break X Axis

Version 1.2.0.0

by Peter

Splits the x-axis into 2 disjoint regions in order to hide an uninteresting portion of a figure.

of tick marks.6.) Obeys ‘Layer’ property7.) Works with semilogy plots and with either axis reversed8.) Can resize after splitting axis8.) Possible to unsplit axisLimitations1.) No support for semilogx

Break Y Axis

Version 1.2.0.0

by MikeCF

Splits the y axis hiding values within a given range

breakyaxis([minYvalue,maxYvalue])Splits the y axis into two separate regions to avoid unnecessary blank space. The split interval is determined by the y-axis values minYvalue and

BreakAxis

Version 1.0.0.0

by Michael Robbins

Produces a plot who's y-axis skips to avoid unecessary blank space.

look torn in the broken space if break_type='Patch' the plot will have a more regular, zig-zag tear if break_plot='Line' the plot will merely have some hash marks on the y-axis to

break Y axis

Version 1.0.0.0

by Mark

Breaks the Y-axis so that the x-axis will cross the y-axis at 0 and continues at any number

This routine just adds 2 yTicks at the bottom of the y-axis First added ytick will be assigned 0 Second y-tick are two almost horizontal lines to break up the y-axis

Breaks the x or y axis.

MATLAB function to add an axis break to a plot.CAUTION: break is only aesthetic. Does not alter the plotted data.

BreakPlot

Version 1.1.0.0

by Michael Robbins

Produces a plot who's y-axis skips to avoid unnecessary blank space

Produces a plot who's y-axis skips to avoid unecesary blank spaceReplaces BREAKAXIS

Computes/applies rotation about arbitrary 3D line.

Generates the roto-translation matrix for the rotation around an arbitrary line in 3D. The line need not pass through the origin. Optionally, also, applies this transformation to a list of 3D

BreakXAxis

Version 1.0.0.0

by Julie Haas

Inserts < // > into a 'broken' or discontinuous x-axis.

h=BreakXAxis(x,y,start,stop,width) plots (x,y) and breaks the plot's x-axis between and , by inserting a broken-axis symbol &lt; // &gt; into a space wide. This type of plot is often used in

Fit experimental data with linear piecewise continuos function with given x-axis break points.

Generates 1-D look-up table (LUT) optimal (least-square sense with continuity constraint) y-axis points from experimental (x,y) data given a vector of x-axis break points.Note that x-axis break

Draw central axis lines through an origin point.

, analogous to normal axes properties, that give control over the oaxes object's appearance. In addition, various oaxes-specific properties give the user control over features such as arrows at the axis ends

Solves the 1D Shallow Water Equations for a Dam Break scenario

(James Adams) in 2014. Uses Dam Break conditions (initial water velocity is set to zero). A choice of either zero gradient (water flows out of the domain) or reflective boundary conditions is given.Plots

breaking the x axis

breaking the x axis also you can convert it to break y axis, easly.a = .1:.01:10;b= sin(a);subplot(2,1,1);plot(a,b)graphic2 = gca;subplot(2,1,2);BreakXAxisv2(a',b',2,7,graphic2)

Align axis labels nicely in parallel with axes in MATLAB (3-D) plots.

$, $y$ and $z$ labels to the direction of their corresponding axes and moves the labels to a proper distance from the axes;- `align_axislabel_log`: supports log-scale in $z$ axis;- `axislabel_rotation

plotboxpos

Version 1.4.0.1

by Kelly Kearney

Returns the position of a plotted axis region

axis, which may differ from the actual axis position, depending on the axis limits, data aspect ratio, and plot box aspect ratio. The position is returned in the same units as the those used to define

Makes it alot easier to make nice figures with the same x axis.

subplots that have common x axises USAGE: samexaxis([optionalarguments]) Optional arguments: * YAxisLocation (default='left') : choose left,right, alternate or alternate2 * XAxisLocation

Minimizes redundant axis labels in a grid of subplots

AXIS_PRUNELABELS takes a figure with a grid of subplots (created using either SUBPLOT or custom AXES commands), and (a) forces all the subplots to have the same axis limits, and (b) turns off axis

Switch between vertical/horizontal/both axis zoom mode by moving the mouse above the figure.

In a matlab figure, in order to switch between vertical axis zooming and horizontal axis zooming, the user must click on Tools/Option/..., or right-click on the figure and to chose the zoom mode

Forms the unit cylinder given a symmetry axis and a generator curve

) forms the unit cylinder based on the symmetry axis D and the generator curve in the vector R. Vector R contains the radius at equally spaced points along the unit height of the cylinder. D is a vector

Use multiple colormaps per figure or axis! Works for many types of objects, not only images.

freezeColors/unfreezeColorsfreezeColors allows multiple colormaps to be used per figure and even within a single axis.HistoryIn 2005 freezeColors was written to enable multiple colormaps in a single

Interactive courseware module that addresses common foundational-level concepts taught in signal processing courses.

Convolution in Digital Signal Processing or Curriculum ModuleCreated with R2021a. Compatible with R2021a and later releases.InformationThis curriculum module contains interactive MATLAB® live scripts

This is a 2D vresion of Plot3AxisAtOrigin, which may be used to plot axis at origin.

PlotAxisAtOrigin Plot 2D axes through the origin. It is a 2D version of Plot3AxisAtOrigin written by Michael Robbins. Have fun!

Use HTML jargon for multi axis layout.

SUBAXIS Create axes in tiled positions. (just like subplot) Usage: h=subaxis(rows,cols,cellno[,settings]) h=subaxis(rows,cols,cellx,celly[,settings

MATLAB files for Exercises Solving ODEs in MATLAB

Solving ODEs in MATLAB is a video series available on the MathWorks web site at http://www.mathworks.com/videos/series/solving-odes-in-matlab-117658.html. Learn about the MATLAB ODE suite and try a

The script shows how to rotate vectors in space about an axis through the origin as well as any arbitrary axis

Includes 2 code blocks. The first one uses the Rodrigues' formula to rotate a vector in space around an axis. The second block can be used to perform rotations about an arbitrary axis 1) Rotates a

roller simulation on matlab

automatically breaks after reaching the limited speed(MORE NOTES ARE PROVIDED INSIDE MODEL)

This is the PECUZAL implementation for Matlab. An automated approach for attractor reconstruction of uni- and multivariate datasets.

MVTec Halcon function mex-wrapper

MVTec Halcon (12) is an image processing library used in machine vision applications. At Decom.nl we use both Halcon and Matlab together. Therefor we wrapped all Halcon operators into Matlab

Yet another illustration of ILC for my students.

Numerical computation with functions

”. The foundations are described, with Chebfun examples, in the book Approximation Theory and Approximation Practice (L. N. Trefethen, SIAM 2013). Chebfun has extensive capabilities for dealing with linear

plotyyy

Version 1.0.0.0

by Denis Gilbert

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.

3D Polar Plot

Version 1.2.0.0

by Ken Garrard

Plots 3d polar data with polar axis and polar grid

this to a compass style plot with zero degrees along the +Y axis and increasing angles going clockwise around the pole.Default surface coloring is according to the values in Zp. This can be changed by

Methods for removing data dependencies with a minimum number of blocks

. This paper focuses on how to easily and systematically break these loops.Two methods are covered in this paper, using function-call subsystems and unit delay blocks. Both of these methods can be used to

Very simple reliable script giving simple control over label rotation with higher stability

alternatives downloaded.It works on full figures and subplots, and more control over scaling can be obtained by using subplot in combination with XYrotalabel.It assumes axes are bottom and left and aligns the

Axis XX

Version 2.6.0.0

by Luke Plausin

Add multiple X or Y axes to plots, rescale data, use any function, add data tips, zoom, flexible.

inspired by AddAxis 5 by Harry Lee Check the example.m file for some quick tips.If you find any bugs or have suggestions please write in the comments box or message me. If the submission was helpful, then

Adjust error bars width in an errorbar plot to a ratio of the x-axis or a length (x-axis units).

fine.ERRORBAR_TICK(H,W,'UNITS') adjust the width of error bars with handle H. The input W is given in the units of the curent x-axis.

Access to the installed Joysticks from MATLAB.

The Joystick Adaptor 4 axis &amp; Buttons is an upgrade of Roberto Waissman's Joystick Adaptor for two axis only. It allows access to installed joysticks in MS Windows operating systems based on NT

Rotate three-dimensional vector(s) about a specified axis by a specified angle.

This is a very simple program that implements Rodrigues's rotation formula. Inputs are arrays of three-dimensional column or row vectors that are to be rotated about a specified axis by a specified

GIBBON: The Geometry and Image-Based Bioengineering add-ON for MATLAB

Postprocessing in FEM

Version 2.0.0.0

by KSSV

Postprocessing in Finite Element Method

Once the finite element matrix equations are solved for field values at the nodes, in postprocessing these derived quantities are graphically displayed. To know the variation of the field variable

TIMESPLITRINEX

Version 1.0.0.0

by Ian Howat

Break up a RINEX GPS file by a length of time

TIMESPLITRINEX splits a RINEX GPS file by time. TIMESPLIT(FILENAME,t) breaks a RINEX file into shorter files of length t in seconds. Useful for breaking a large file into days, or a day file into

offsetaxis

Version 1.0.0

by Kelly Kearney

Offsets an x- or y-axis from the plotted axis area

be added in any direction.figure;ax = axes;plot(x, y1);offsetaxis(ax, 'y', 0.05, 'x', 0.05, 'yloc', 'lr', 'xloc', 'tb');Example 2: More flexible multi-axis plotsMatlab includes a few helper functions

use your android mobile phone to draw in 3D space like using virtual reality sets

using your android device to get 3d positioning you can draw in space.https://www.youtube.com/watch?v=CdpalSxaDlQ

SAMEAXES unifies/synchronizes axis limits on different axes and subplots.

()) unifies only the x-axis- and color-limits of all subplots that are children of the current figure sameaxes([], [fg1,fg2]) separately unifies children of figures fg1, fg2 In case

Adds a 'Wavenumber (cm^{-1})' axis on top of current graph where the the x-axis is in nm or µm.

ha2=addinvcmaxis(DecPlaces,Unit,ha)Adds a 'Wavenumber (cm^{-1})' axis on top of current graph where the the x-axis is in nm or µm. The xlabel should be specified with unit before running addinvcmaxis

yscale_symlog

Version 1.0.0.0

by Alexandre

allows to use both negative and positive values of Y axis on logarithmic scale

yscale_symlog applies symmetric logarithmic scale to Y axis of current axis (negative logarithmic scale at the bottom, positive logarithmic scale at the top). Handles also only positive or only

Plot several datasets in a single axis using the ridgeline representation.

This function plots the given datasets in a single figure and axis, and resembling the cover of Joy Divisions' Unknown Pleasures by Peter Saville (and in many other newspapers, journals, etc.).The

A set of functions for labeling and manipulating groups of consecutively repeating elements in a vector.

subsets of consecutively repeating elements in a vector.EXAMPLE: To find the run lengths of consecutive non-zero elements in, &gt;&gt; X=[0 0 4 7 6 1 3 0 0 0 1 11 3 8 0 0 47 14];one can simply do,&gt;&gt

Break a string into multiple lines

The function linewrap.m wraps a single string into multiple lines by breaking it at word boundaries. The user can specify the desired maximum number of characters per line.

The shortest distance(orthogonal distance) from a point to Ellipsoid or Hyperboloid

Standart Hyperboloid equation centered at the origin Parameters: * X, [x y z] - A point Cartesian coordinates data, n x 3 matrix or three n x 1 vectors * axis,[a; b; c] - ellipsoid radii [a; b

Used to find if two quadrilaterals intersect

The Separating Axis Theorem (SAT) is used to check if two oriented bounding boxes intersect. This can be used in collision detection or checking for bounding box intersection in pattern recognition

This script plots two sets of 1D data on the same figure.

This script plots two sets of 1D data on the same figure with two separate axis and with the same gridding. The code also checks if the x-axis data are the same, if the x-axis dataare not the same

Add an X-axis on top (additional to the one on bottom) of the figure, with its own ticks labels ...

for top and bottom axis. Moreover, they are linked, i.e. a modification of one of them, even after execution of this function, will result in modification of the other one.

Eular angles visualization and connection with axis-angle rotation.

changeable. Also it makes automatic conversion to axis-angle form of rotation. Any rotation can be represented as axis of rotation and angle of rotation. See euler_axis_angle_relationship.doc. Push "rules

Break the given Chocolate Bar with minimum number of breaks.

Assume you have a chocolate bar consisting, as usual, of a number of squares arranged in a rectangular pattern. Your task is to split the bar into small squares (always breaking along the lines

Yet another demo for my students.

A similar story to http://www.mathworks.com/matlabcentral/fileexchange/62474-2-axis-cnc-ilc-cutting-machine, but this time using multiresonant / multioscillatory (MOSC) controllers.

tracer4m

Version 1.1.0.0

by per isakson

tracer4m traces calls to methods and functions.

tracer4m traces calls to methods and functions. Object-oriented design is about distributing responsibilities among interacting objects.The objects should be small and focused. This results in a

Display image with non-linearly spaced axis.

frequency in log-scale.Example: c = randn(50,20); % Random 50x20 matrix x = logspace(1,3,50); % log-spaced X-axis, between 10 and 1000 y = linspace(3,8,20); % lin-spaced Y-axis, between 3 and

polarPcolor draws a pseudocolor plot in polar coordinates with a polar grid.

pcolor in polar coordinatespolarPcolor draws a pseudocolor plot in polar coordinates with a polar grid.SummarypolarPcolor aims to represent a pseudocolour plot in polar coordinates, with a radial

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

boxplotGroup

Version 2.0.0

by Adam Danz

Group boxplots together along the x-axis with space between groups.

space between groups and you can add group labels.See the example file for a variety of formatting options available. Most boxplot properties available in Matlab can be specified in this function, too

Load more