Rank: 1753 based on 58 downloads (last 30 days) and 3 files submitted
photo

paul koch

E-mail

Personal Profile:

Professional Interests:

 

Watch this Author's files

 

Files Posted by paul View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
25 Apr 2009 Screenshot uilineshift function to shift a selected line (or all other outputs of the PLOT-function) in X and Y-direction Author: paul koch image processing, gui, potw, plot 23 3
  • 4.66667
4.7 | 3 ratings
13 Apr 2009 Screenshot axshift axshift() -funtion to manually resize and rescale subplots/axis within a figure Author: paul koch gui, image processing 26 0
  • 5.0
5.0 | 1 rating
13 Apr 2009 Screenshot axshift axshift() -funtion to manually resize and rescale subplots/axis within a figure Author: paul koch gui, image processing 9 0
Comments and Ratings on paul's Files View all
Updated File Comment by Comments Rating
12 Jun 2009 uilineshift function to shift a selected line (or all other outputs of the PLOT-function) in X and Y-direction Author: paul koch Matthew

12 Jun 2009 axshift axshift() -funtion to manually resize and rescale subplots/axis within a figure Author: paul koch Matthew

12 Jun 2009 uilineshift function to shift a selected line (or all other outputs of the PLOT-function) in X and Y-direction Author: paul koch Scott, Andrew

Nice, but the demo requires "hanning", which is a signal processing toolbox function.

12 Jun 2009 uilineshift function to shift a selected line (or all other outputs of the PLOT-function) in X and Y-direction Author: paul koch Bryan

I thought is would be useful to show the difference between the current line and the original lines. This would be useful if you are trying to find a offset value for instance. If you add this after line 248 or so then the difference will display in the command window:

x_diff = s.x(1)-s.xorig(1);
y_diff = s.y(1)-s.yorig(1);
disp(['New Location Difference: x: ',num2str(x_diff), ' y: ',num2str(y_diff)])

This was a quick and dirty way to get the difference. Better yet the difference would display on the plot somehow.

12 Jun 2009 uilineshift function to shift a selected line (or all other outputs of the PLOT-function) in X and Y-direction Author: paul koch Bryan

Extremely useful. I don't know how many times I have had to do this manually.

It would be nice if this worked for simulink scopes.

Top Tags Applied by paul
gui, image processing
Files Tagged by paul View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
25 Apr 2009 Screenshot uilineshift function to shift a selected line (or all other outputs of the PLOT-function) in X and Y-direction Author: paul koch image processing, gui, potw, plot 23 3
  • 4.66667
4.7 | 3 ratings
13 Apr 2009 Screenshot axshift axshift() -funtion to manually resize and rescale subplots/axis within a figure Author: paul koch gui, image processing 26 0
  • 5.0
5.0 | 1 rating
13 Apr 2009 Screenshot axshift axshift() -funtion to manually resize and rescale subplots/axis within a figure Author: paul koch gui, image processing 9 0
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com