Rank: 314 based on 235 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
15 Aug 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 87 6
  • 5.0
5.0 | 3 ratings
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 11 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 24 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 labelEdgeSubPlots Automatically apply x and y labels to subplots only along the edges. Author: Rob Campbell subplot, plotting, label 18 5
  • 4.0
4.0 | 1 rating
Comments and Ratings by Rob View all
Updated File Comments Rating
23 Aug 2010 Seed generator using 'current' World Population count Generates a seed that could be used to set the state for random number generation in matlab. Author: Pranam Janney

In absence of a reply to my question...

18 Aug 2010 Autoposition Autoposition automatically registers two images Author: Nathan Childress

Kinor, you're right. You want submission #18401

18 Aug 2010 Fast normalised cross correlation for gray-level and color images An extention of the normxcorr2 function. Author: Rami

NOT a fast version of the Mathworks function: Doesn't return a matrix, as does Matlab's normxcorr2, but the x and y location of the peak. Poorly documented.

18 Aug 2010 nsumk Returns the number and listing of n-tuples of non-negative integers adding up to k. Author: Peter Cotton

I have no use for this function but the above discussion is wonderful.

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.

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
15 Aug 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 87 6
  • 5.0
5.0 | 3 ratings
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 11 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 24 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 labelEdgeSubPlots Automatically apply x and y labels to subplots only along the edges. Author: Rob Campbell subplot, plotting, label 18 5
  • 4.0
4.0 | 1 rating

Contact us at files@mathworks.com