Group Abstract Group Abstract

Message Boards Message Boards

Measure the width of a sharp peak?

Posted 6 years ago
Attachment

Attachments:
5 Replies

Ok, thats a good idea. I will try it. Thank you

POSTED BY: Henrik Schachner

Thank you Henrik, this might be helpful at a later point. But in this example there is no function. The plot is a plot of data that I got from a stochastic simulation. Sorry, I really should have been more precise.

However, I think I found a solution that works for my problem.

You did not give an example function, so I am making one up; say your "function with a peak" is:

g[x_, y_] := 1/(x^2 + 2 y^2)

and you want to know the dimensions at g=1, then this is maybe giving what you are asking for:

reg = ImplicitRegion[g[x, y] > 1, {x, y}];
CoordinateBounds[reg]
POSTED BY: Henrik Schachner
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard