skip to main | skip to sidebar

My Info Center

Interesting people find this blog boring; only boring people find this blog interesting ...

Wednesday, January 17, 2007

[Matlab] Data Clipping, saturation

% 'x > upperbound' evaluates to a logical index
x = array to be clipped;
x( x > upperbound ) = upperbound;
x( x < lowerbound ) = lowerbound;

Posted by YYC at 4:10 PM

Labels: Matlab

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Labels

  • CPP (7)
  • Debug (2)
  • English (3)
  • Finance (1)
  • HTML (3)
  • Life (2)
  • Linux/Unix (4)
  • Matlab (18)
  • MISC (2)
  • Perl (3)
  • Tools (4)

Blog Archive

  • ►  2011 (1)
    • ►  May (1)
  • ►  2010 (1)
    • ►  April (1)
  • ►  2008 (4)
    • ►  October (1)
    • ►  September (1)
    • ►  April (1)
    • ►  January (1)
  • ▼  2007 (17)
    • ►  November (2)
    • ►  October (2)
    • ►  September (1)
    • ►  June (4)
    • ►  May (1)
    • ►  April (2)
    • ►  March (2)
    • ►  February (1)
    • ▼  January (2)
      • [Matlab] Data Clipping, saturation
      • Quotes
  • ►  2006 (22)
    • ►  November (3)
    • ►  October (1)
    • ►  August (8)
    • ►  July (10)

About Me

YYC
View my complete profile