Vectors must be the same length
古いコメントを表示
N1=64;
Y1=fft(y,N1);
x= (0:29);
subplot(3,1,2)
plot(x,abs(Y1))
xlabel('Frequency (Hz)');
ylabel('Amplitude');
%HOW TO MAKE IT SAME LENGTH?(LINE5)
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Mixed-Signal Blockset についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!