Info
此问题已关闭。 请重新打开它进行编辑或回答。
I have four peaks: P, P+1, P+2, P+3 in the image below. I need to make P vs P+1, P+1 vs P+2 poincare plot. How can I do it? Please help me out. The .mat file is attached.
1 次查看(过去 30 天)
显示 更早的评论
The program to find the peaks are as follows:
clc
a=importdata('biplab chaki.mat');
b=a.data;
x=b(25000:30000,1);
plot(x);
x(x<0)=[];
findpeaks(x);
3 个评论
Jan
2017-5-23
编辑:Jan
2017-5-23
Please stop bumping your question. If you do not get an answer, it is very likely that the question does not contain enough details to be answerd. Then adding information will help, while bumping without new details is a waste of time only - for you and for all readers.
What do you want to get? What is a Poincare plot with 4 points only?
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!