Rank: 31996 based on downloads (last 30 days) and 0 files submitted
photo

Bryan

E-mail

Personal Profile:

Professional Interests:
signal processing, communications systems

 

Watch this Author's files

 

Comments and Ratings by Bryan View all
Updated File 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

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

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 Bryan
plot
Files Tagged by Bryan
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
 

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