Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.180.709 Times

labelEdgeSubPlots 1.0

  Date Added: September 15, 2013  |  Visits: 195

labelEdgeSubPlots

Report Broken Link
Printer Friendly Version


Product Homepage
Download (39 downloads)



function H=labelEdgeSubPlots(xl,yl,onlyBottom) Purpose If all subplots have the same quantities on the x and y axes then there's no point labeling all of them. Often it looks neater to simply have y labels only on the plots along the left hand edge and x labels only on the plots along the bottom. This function does this automatically for the current figure. Inputs xl - a string specifying what to label the x axes. yl - a string specifying what to label the y axes. onlyBottom - by default this is zero and the function adds an x-axis to appropriate plots from the penultimate row if the bottom row of plots is incomplete. set onlyBottom to 1 to suppress this behaviour. * in addition: onlyBottom can be a vector of axis handles to be processsed. Outputs H - a structure containing handles to the x and y axis labels Example clf for i=1:5 subplot(2,3,i) x=[0:10]; y=1+0.01*x.^3+randn(size(x))*0.2; plot(x,y,'ok'), xlabel('will be removed') end H=labelEdgeSubPlots('beer [pints]','faux pas'); %or: H=labelEdgeSubPlots('beer [pints]','faux pas',1); %One can also do: set(H.xlabels,'color','red','fontweight','bold') %proccess only some subplots ax=[]; for i=1:25 subplot(5,5,i), box on if mod(i,5)==1, ax=[gca,ax]; end end labelEdgeSubPlots('X','Y',ax); Rob Campbell - January 2009

Requirements: No special requirements
Platforms: Matlab
Keyword: Addition Behaviour I3d15 Outputs Structure Subplot Vector X3d010
Users rating: 0/10

License: Shareware Size: 10 KB
USER REVIEWS
More Reviews or Write Review


LABELEDGESUBPLOTS RELATED
Multimedia  -  numSubplots - neatly arrange subplots 1.0
Sometimes a graphing function will not know in advance how many sub-plots are to be created. In this case hard-coding the number of rows and columns for the subplot command may not be possible. This function produces reasonable values for the row...
10 KB  
Development Tools  -  MATLAB simulation of fixed-mass rigid-body 6DOF 1.0
SIXDOF Calculate aircraft fixed-mass rigid-body six-degrees-of-freedom equations of motion using MATLAB ODE45 solver. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Inputs: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Forces = 3x1 vector of forces in...
10 KB  
Development Tools  -  Speckle Size via Autocorrelation 1.0
This function takes an RGB image as input and gives the FWHM and 1/e^2 radius of Gaussian-assumed speckles in the horizontal and vertical directions in pixel units.The function is heavily commented for very easy use, and all mathematical steps are...
10 KB  
Development Tools  -  Shaped colorplot 1.0
Function to represent 2D or 3D objects filled with the appropriate colormap according to an additionally provided set of values.Fill the lack of MatLab functions to provide contour plots of 2D and 3D shaped objects.Inputs: figure handle ([] if...
10 KB  
Development Tools  -  majorization check 1.0
MAJLE (Weak) Majorization checkS = MAJLE(X,Y) checks if the real part of X is (weakly) majorized by the real part of Y, where X and Y must be numeric (full or sparse) arrays. It returns S=0, if there is no weak majorization of X by Y, S=1, if...
10 KB  
Development Tools  -  ARMAX-GARCH Toolbox 1.0
The ARMAX-GARCH Toolbox estimates, forecasts and simulates a large variety of ARMA and GARCH models with different distributions and for any order of AR(n), MA(m), ARCH (p) and GARCH (q) effects as well as it allows any number of factors in the...
204.8 KB  
Development Tools  -  ARMAX-GARCH Toolbox (Estimation, Forecasting, Simulation and Value-at-Risk Applications) 1.0
ARMAX-GARCH Toolbox (Estimation, Forecasting, Simulation and Value-at-Risk Applications)The ARMAX-GARCH Toolbox estimates, forecasts and simulates a large variety of ARMA and GARCH models with different distributions and for any order of AR(n),...
235.52 KB  
Development Tools  -  bbtest 1.0
The homogeneity of variances test is a useful tool in many scientific applications. Boos and Brownie (2004) and Conover et al. (1981) give a broad review.Here, we developed an m-file as an alternative to the homogeinity of variances test...
10 KB  
Development Tools  -  Rate-Varying Poisson Process Generator 1.0
Rate-Varying Poisson-Process generator. T=PechePourPoisson(rate);T=PechePourPoisson(rate,dt);[T tvec]=PechePourPoisson(rate,dt);Example:rate=conv(randn(1,10000),ones(1,1000),'same');[T t]=PechePourPoisson(rate,.001);plot(t,rate);addline(T);...
10 KB  
Education  -  Vector Addition with Integer Components 1.0
This simulation offers beginning students practice in two-dimensional vector addition. It is relatively simple, as the x and y components of each vector are integers. Given the magnitude and direction of two vectors, students must determine the x...
1.35 MB  
NEW DOWNLOADS IN SCRIPTS, DEVELOPMENT TOOLS
Scripts  -  Freelancer Script 5.05
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Post projects. Featured projects. Private projects. Sealed projects. Edit/delete projects. Select freelancers....
5.49 MB  
Scripts  -  B2B Script 4.20
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Sign-up Account (Registration of account). Lead generation tools (for the sellers). Email verification to...
5.49 MB  
Scripts  -  B2C Script 5.06
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). The script comes with totally editable site colors, icons and graphics Multilevel categories allows extensive browsing Admin can change Category ordering or...
5.49 MB  
Scripts  -  Social Networking Script 2.86
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Registration with name, email, password, date of birth etc. User can add multiple school, college, university with start...
5.49 MB  
Scripts  -  Business Networking Script 8.04
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Ajax based interface. Profile creation. Different types of profile. Profile for jobseekers, employers and employed...
5.49 MB  
Development Tools  -  Aml2CHM 3.50
Those who use the popular Aml Pages text editor might be looking out for a way of generating help files from their text and notes. Aml2CHM is a plug-in that was developed to offer people a quick and efficient way of converting Aml Pages documents...
549.99 KB  
Development Tools  -  VMP Viewer 1.0
This is a very rudimentary tool to visualize the VMP files generated by BrainVoyager. Useful to share files with people who do not have BV.
10 KB  
Development Tools  -  Sending reports and timestamped file by emailing 1.0
main executing reference usage:[1] usage_send_mail.mIllustrates email sending with multiple separate files or single timestamped tar file. Attachment failure is properly handled, with continuation of report emailing without the attachment.[2]...
768 KB  
Development Tools  -  IrisMVC 2.0 rc1
IrisMVC is an OOP PHP framework that developers can use as a strong and secure foundation to build on various web applications following the Model-View-Controller (MVC) pattern. It provides the basic functionality developers need, without...
51.2 KB  
Development Tools  -  7-Zip for Script 4.42
7-Zip is a file archiver with a high compression ratio.Features:- High compression ratio in new 7z format with LZMA compression- Supported formats:- Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR- Unpacking only: RAR, CAB, ISO, ARJ, LZH, CHM,...
624.64 KB