Rank: 300 based on 256 downloads (last 30 days) and 9 files submitted
photo

Rob Campbell

E-mail

Personal Profile:

Professional Interests:

 

Watch this Author's files

 

Files Posted by Rob View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
30 Jun 2010 chalk Like a chalk board: write, erase, and re-write to the same screen line. No screen clearing. Author: Rob Campbell progress text, progress 60 0
18 Jun 2010 Screenshot rug plots Creates a so-called "rug" plot similar to those produced by the free stats package, R. Author: Rob Campbell rug, plot, histogram, distribution, scatter plot 32 0
24 Feb 2010 Screenshot notBoxPlot - alternative to box plots. This function visualizes raw (grouped) data along with the mean, 95% confidence interval, and 1 SD. Author: Rob Campbell data exploration, box plot, plotting, error bars, statistics 15 2
22 Jan 2010 Screenshot mat2im Convert 2D matrix to a 3D image matrix as used by the image processing toolbox Author: Rob Campbell ind2rgb, colormap, conversion, image processing 22 6
  • 5.0
5.0 | 3 ratings
22 Jan 2010 Screenshot labelEdgeSubPlots Automatically apply x and y labels to subplots only along the edges. Author: Rob Campbell subplot, plotting, label 12 5
  • 4.0
4.0 | 1 rating
Comments and Ratings by Rob View all
Updated File Comments Rating
30 Jun 2010 Text progress bar This function creates a TEXT progress bar in your command window. Author: Paul

This is awesome! I've been looking for something like this for ages.

18 Jun 2010 Insertion Sort Insertion sort is a simple sorting algorithm in which the sorted array is built one entry at a time. Author: iso fault

?

16 Jun 2010 ImagePatchTool Patching technique for text/image without losing on the pixel information in the rest of the image. Author: Amitabh Verma

In the GUI, "make text label" results in an error:

Error in ==> ImagePatchTool>pushbutton2_Callback at 203
    seq(y)=unicode2native(t);
Error in ==> gui_mainfcn at 96
        feval(varargin{:});
Error in ==> ImagePatchTool at 43
    gui_mainfcn(gui_State, varargin{:});

16 Jun 2010 Vuvuzela sound denoising algorithm This script implements a sound denoising algorithm in Matlab for vuvuzela sound cancelation. Author: Choqueuse Vincent

I'll give you 5* if you can tell me how to process the audio from the browser in real-time. :-)

15 Jun 2010 labelEdgeSubPlots Automatically apply x and y labels to subplots only along the edges. Author: Rob Campbell

Easy:
H=labelEdgeSubPlots('X','WALL');
set(H.ylabels(1),'String','CENTRE')

Comments and Ratings on Rob's Files View all
Updated File Comment by Comments Rating
15 Jun 2010 labelEdgeSubPlots Automatically apply x and y labels to subplots only along the edges. Author: Rob Campbell GERMÁN

thank you very much!!!!

15 Jun 2010 labelEdgeSubPlots Automatically apply x and y labels to subplots only along the edges. Author: Rob Campbell Campbell, Rob

Easy:
H=labelEdgeSubPlots('X','WALL');
set(H.ylabels(1),'String','CENTRE')

15 Jun 2010 labelEdgeSubPlots Automatically apply x and y labels to subplots only along the edges. Author: Rob Campbell GERMÁN

yes, I mean different rows should have different y labels. I have two rows and six columns.The top row has the name of "wall", the bottom row has the name of "center."
I like that "wall" and "center" appear only in the first colunma (ylabel).

if i<12 && mod(i,2)==1
        subplot(2,6,(i/2+0.5));
        loglog(freq([1:longi(i)],i),power([1:longi(i)],i),'b-'...
            ,freq([1:longi(i)],i),powerfit([1:longi(i)],i),'k-');
        L2 = ['h = ' num2str(-B) ' m'];
        L3 = ['m = ' num2str(a1,3)];
        title({L2;L3},'FontSize',8);
    elseif i>=12 && mod(i,2)==0
        subplot(2,6,(i/2+1));
        loglog(freq([1:longi(i)],i),power([1:longi(i)],i),'b-'...
            ,freq([1:longi(i)],i),powerfit([1:longi(i)],i),'k-');
        L3 = ['m = ' num2str(a1,3)];
        title({L3},'FontSize',8);
    end

Best regards,

15 Jun 2010 labelEdgeSubPlots Automatically apply x and y labels to subplots only along the edges. Author: Rob Campbell Campbell, Rob

Top and bottom of what? Do you mean different rows should have different y labels? If so, that is beyond the scope of this function because different people will have different requirements. However, I the function returns the handles to the x and y labels. It would be trivial for you to use those handles to further modify your sub-plots as desired. I think this is the "correct" way to do things.

15 Jun 2010 labelEdgeSubPlots Automatically apply x and y labels to subplots only along the edges. Author: Rob Campbell GERMÁN

Dear Rob

how would be the case: ylabel different in top and bottom in the subplot??

Top Tags Applied by Rob
plotting, image processing, plot, statistics, subplot
Files Tagged by Rob View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
30 Jun 2010 chalk Like a chalk board: write, erase, and re-write to the same screen line. No screen clearing. Author: Rob Campbell progress text, progress 60 0
18 Jun 2010 Screenshot rug plots Creates a so-called "rug" plot similar to those produced by the free stats package, R. Author: Rob Campbell rug, plot, histogram, distribution, scatter plot 32 0
24 Feb 2010 Screenshot notBoxPlot - alternative to box plots. This function visualizes raw (grouped) data along with the mean, 95% confidence interval, and 1 SD. Author: Rob Campbell data exploration, box plot, plotting, error bars, statistics 15 2
22 Jan 2010 Screenshot mat2im Convert 2D matrix to a 3D image matrix as used by the image processing toolbox Author: Rob Campbell ind2rgb, colormap, conversion, image processing 22 6
  • 5.0
5.0 | 3 ratings
22 Jan 2010 Screenshot labelEdgeSubPlots Automatically apply x and y labels to subplots only along the edges. Author: Rob Campbell subplot, plotting, label 12 5
  • 4.0
4.0 | 1 rating

Contact us at files@mathworks.com