Feeds
已回答
怎样在MATLAB中提数据的极值。
估计LZ调用findpeaks函数没有用对。用LZ的dcp数据,程序如下, xx=load('dcp.txt'); t=xx(:,1); x=xx(:,2); plot(t,x); grid; hold on [K,V]=findpeaks(x)...
怎样在MATLAB中提数据的极值。
估计LZ调用findpeaks函数没有用对。用LZ的dcp数据,程序如下, xx=load('dcp.txt'); t=xx(:,1); x=xx(:,2); plot(t,x); grid; hold on [K,V]=findpeaks(x)...
2 years 前 | 0
| 已接受

