home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / softsys / matlab / 156 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  1.3 KB

  1. Path: sparky!uunet!rocket!newshost!bgeorge
  2. From: bgeorge@grumpy.sanders.lockheed.com (E. Bryan George)
  3. Newsgroups: comp.soft-sys.matlab
  4. Subject: Re: Figure/image update question.
  5. Message-ID: <BGEORGE.93Jan25120412@grumpy.sanders.lockheed.com>
  6. Date: 25 Jan 93 17:04:12 GMT
  7. References: <1993Jan21.230058.5077@julian.uwo.ca>
  8. Sender: news@rocket.sanders.lockheed.com
  9. Followup-To: comp.soft-sys.matlab
  10. Organization: Lockheed Sanders Inc.
  11. Lines: 28
  12. In-reply-to: craigj@irus.rri.uwo.ca's message of 21 Jan 93 23:00:58 GMT
  13.  
  14. In article <1993Jan21.230058.5077@julian.uwo.ca> craigj@irus.rri.uwo.ca ( Craig Jones) writes:
  15.  
  16.    What I am doing is reading in an 8-bit image and would like to
  17.    pick some points on it.  I can plot the points on the image
  18.    but every point that is plotted Matlab clears the figure and 
  19.    redraws the whole thing.  This is WAY too slow.
  20.  
  21.    What I am hoping is that there is some way in Matlab to turn
  22.    off the redraw/refresh??
  23.  
  24. In Matlab 4, you can do this by specifiying a plot as a graphics
  25. object then using the 'set' command to change the data in the plot
  26. without redrawing the axis.  Look at ODE23P for further clues.
  27.  
  28.    Thanks.
  29.  
  30. You're welcome.
  31.  
  32.    Craig.
  33.  
  34. Bryan.
  35.  
  36. --
  37. E. Bryan George, Ph.D.
  38. Principal Electrical Engineer
  39. Signal Processing Center of Technology
  40. Lockheed Sanders, Inc.
  41. Nashua, NH USA
  42.