how to plot spikes?

Hai,
I have a 3 dimensional graph. I need to plot spikes at required points. How is this possible in matlab? Looking forward to hearing from you soon.
BSD

1 个评论

Your original question was very brief, and in the comments below you are trickling out very small amounts of information about what you want. Might I suggest you try to create a more detailed question with ALL the information about what you want, and what you tried, so that we do not waste everyone's time trying to guess?

请先登录,再进行评论。

回答(1 个)

Michael Leung
Michael Leung 2011-9-19

0 个投票

I'm not sure what kind of "spikes" you are looking for, but the simplest way I can think of is to create a matrix of data, with a 2d gaussian centered at where you want your "spike" to be located, and then add them all up before plotting.
if you want your spikes sharper (taller and thinner), just decrease the standard deviation.

3 个评论

I meant, instead of using stem() at required points on the 3d graph, is there any command which plots a spike (which would something look like a cone or a pyramid structure or a similar one) at the required points.
BSD
How about surf()?
I have tried surf, it gives a planar peak(spike), but not a volumetric peak(spike).

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 Data Import and Analysis 的更多信息

标签

提问:

bsd
2011-9-19

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by