- 博客(3)
- 资源 (1)
- 收藏
- 关注
转载 在LaTex中引用图片失败,出现(??)怎么办
查了一些博客,发现是加图片或是表格标签时出的问题: 一般来说图片会命名:\caption{图片名}. 要想引用成功, 必须要把标签加在图片命名之后:即 \caption{Name} \label{Label_Name} ...
2019-07-03 09:47:53
2472
转载 [引] 如何在Matlab中得到透明背景的图片?
% you created a figure and it is “current”. % the following, you could have guessed set(gcf,‘color’,‘none’); set(gca,‘color’,‘none’); % but this following little detail took me ages to figure out set(...
2019-05-11 17:01:53
2726
原创 信号时频图的横纵坐标对调
博客1:如何翻转信号的时频图 论文有时候需要绘制信号的时频图。Matlab有专用的函数spectrogram可以用来帮助我们绘制信号的时频图。默认的图例是横轴为频率,纵轴为时间。如果希望将横轴和纵轴对调,只需要在函数的末尾指定xaxis或yaxis即可。 spectrogram(Rx_signal,256,250,256,Fs,‘xaxis’); 横轴为频率 spectrogram(Rx_sign...
2019-05-09 23:47:59
3329
1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人