Rank: 901 based on 77 downloads (last 30 days) and 7 files submitted
photo

Murphy O'Brien

E-mail
Lat/Long
53.272, -6.167

Personal Profile:
Professional Interests:
Signal Processing, Communication Theory

 

Watch this Author's files

 

Files Posted by Murphy View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
21 Aug 2007 UNIX2DOS Converts text files from unix to dos format and back Author: Murphy O'Brien data import, data export, unix dos convert 8 2
  • 4.0
4.0 | 1 rating
01 Jun 2007 Outer Operation e.g. Outer Product, Outer Sum, Outer Equals etc... Author: Murphy O'Brien outer product, outer sum, circledot, miscellaneous, utilities 4 4
  • 4.25
4.2 | 4 ratings
09 Mar 2007 Screenshot 2D Histogram Calculates and draws the 3D histogram of 2 Dimensional input data Author: Murphy O'Brien 3d histogram, 2d histogram, statistics, probability 47 9
  • 4.36364
4.4 | 11 ratings
10 Oct 2006 Screenshot pauseButton Allows user to pause MATLAB simulation. Author: Murphy O'Brien pause, wait, button, interrupt, miscellaneous 12 4
  • 4.0
4.0 | 3 ratings
10 Oct 2006 Hex Calculator Hex evaluation and calculator with logical and arithmetic operators Author: Murphy O'Brien hex calculator hexade... 3 2
  • 4.5
4.5 | 2 ratings
Comments and Ratings on Murphy's Files View all
Updated File Comment by Comments Rating
07 Dec 2011 pauseButton Allows user to pause MATLAB simulation. Author: Murphy O'Brien Jin, Hongxiao

This could be the simplest way to control a loop of images showing, by pausing anywhere, and then check image value and so on:

figure
pause on;
set(gcf,'SelectionType','extend');

for i=1:10000 %your loop
    st=get(gcf,'SelectionType');
    if st(1)=='n'
        pause
    end
    set(gcf,'SelectionType','extend');
    
    %your own scripts, example
    imagesc(randn(100,100))
    drawnow
end

31 May 2011 2D Histogram Calculates and draws the 3D histogram of 2 Dimensional input data Author: Murphy O'Brien Jochem
10 Dec 2010 pauseButton Allows user to pause MATLAB simulation. Author: Murphy O'Brien Hudson, Malcolm

Why not just use 'keyboard' instead of input and evalin? That way you can type as many commands as you like before restarting.

10 Dec 2010 pauseButton Allows user to pause MATLAB simulation. Author: Murphy O'Brien Hudson, Malcolm
03 Sep 2010 2D Histogram Calculates and draws the 3D histogram of 2 Dimensional input data Author: Murphy O'Brien Dominguez, Juan

Great function. Used it before discovering hist3.

Top Tags Applied by Murphy
countdown, game, games, letters, miscellaneous
Files Tagged by Murphy View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
21 Aug 2007 UNIX2DOS Converts text files from unix to dos format and back Author: Murphy O'Brien data import, data export, unix dos convert 8 2
  • 4.0
4.0 | 1 rating
01 Jun 2007 Outer Operation e.g. Outer Product, Outer Sum, Outer Equals etc... Author: Murphy O'Brien outer product, outer sum, circledot, miscellaneous, utilities 4 4
  • 4.25
4.2 | 4 ratings
09 Mar 2007 Screenshot 2D Histogram Calculates and draws the 3D histogram of 2 Dimensional input data Author: Murphy O'Brien 3d histogram, 2d histogram, statistics, probability 47 9
  • 4.36364
4.4 | 11 ratings
10 Oct 2006 Screenshot pauseButton Allows user to pause MATLAB simulation. Author: Murphy O'Brien pause, wait, button, interrupt, miscellaneous 12 4
  • 4.0
4.0 | 3 ratings
10 Oct 2006 Hex Calculator Hex evaluation and calculator with logical and arithmetic operators Author: Murphy O'Brien hex calculator hexade... 3 2
  • 4.5
4.5 | 2 ratings

Contact us at files@mathworks.com