Feeds
回答済み
matrix size and figure size(in pixel)
I solved this problem! not using saveas(gcf,'filename.png') instead using imwrite(uint8(A),filename.png') So you don't have t...
matrix size and figure size(in pixel)
I solved this problem! not using saveas(gcf,'filename.png') instead using imwrite(uint8(A),filename.png') So you don't have t...
約4年 前 | 0
| 採用済み
質問
matrix size and figure size(in pixel)
Hi everyone. I'm stuggle to convert matrix to figure with saveas function. I have 37*400 double matrix A. And I want to conv...
約4年 前 | 1 件の回答 | 0
1
回答質問
Applying low pass filter in frequency domain
Hi. I have a signal x(t) with white noise. Then I have to apply low pass filter in frequency domain and observe the result in ...
5年以上 前 | 1 件の回答 | 0
1
回答質問
About FFT of cosine function
Hi, I have to calculate DFT of g(t)=cos(0.5*t). So I write the code below >> N=128; %number of sampled time points >> t=lins...
5年以上 前 | 1 件の回答 | 0

