scale algorithm
Hi,
I'm embarking on a task where I need an algorithm to do
something similar to how the scales on axes are set
automatically, or (more similarly) to how round numbers are
automatically selected for the contour values in contour
plots.
It's kind of a complicated problem, actually. Given a 3-d
surface and a specified range in the X-Y plane, figure out
good contour values to use (without relying on the
automatic feature). I can gin up my own algorithm, I
suppose, but was curious if anyone knew how Matlab does it,
or if they have any other suggestions for where to start.
Thanks,
Tom
.
Relevant Pages
- Re: Finding a square pattern in an image
... corners for a industrial quality control. ... intensity, other objects, noise, ... ... your algorithm should advance to the solution step by step. ... finding corners from the contour. ... (sci.image.processing) - Re: How does contour work?
... Following contour lines used to be done to optimize pen plotter ... the algorithm is simple enough to be ... is that it does linear interpolation on a rectangular ... (comp.soft-sys.matlab) - Re: How to create contour plots for Ocean Optics HR2000 spectrometers with the OOILVD driver package
... New features in Version 2.5 include: displaying contour levels on ... and increased data set size. ... data sets frequently involves the construction of contour plots. ... The Contour Plot Algorithm provides for efficient and accurate contouring ... (comp.lang.labview) - Re: How can I insert a map axes in a GUI in matlab?
... %place image onto the axes ... %here is the algorithm that has no errors ... %finally I want to plot a point that has, ... set the xlim and the ylim the ones from the region I made a ... (comp.soft-sys.matlab) - Re: how to - quickly make permutations?
... not use inject;) ... Here's an alternate implementation using the "bankers order" algorithm from ... scales better. ... knees on 50/10) ... (comp.lang.ruby) |
|