how to plot spikes?
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
the cyclist
il 19 Set 2011
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?
Risposte (1)
Michael Leung
il 19 Set 2011
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 Commenti
Vedere anche
Categorie
Scopri di più su Electrophysiology in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!