exportpath = pwd;
% read something in
[WavfileName, Pathname] = uigetfile({'*.wav';'*.mp3'}, 'Select file'); % select sound file
[sig, FS] = audioread([Pathname, WavfileName]); % get signal and sampling rate
%testplot
figure()
plot(sig)
xlabel('This is a x-Axis')
ylabel('This is a y-Axis')
fig1=gcf;
set(fig1, 'Visible', 'off')
fig1.PaperUnits='centimeters';
fig1.PaperPosition=[0 0 29.7 15];
saveas(fig1,[exportpath 'Figname.png'],'png')
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
m-file to save gererated figures in a desired path with a desired file ending. Default is .png but it can be changed to all other Formats matlab offers.
资源详情
资源评论
资源推荐
收起资源包目录
save_figs.zip (2个子文件)
save_figs
testsound.wav 180KB
save_figs_txt.txt 491B
共 2 条
- 1
Kinonoyomeo
- 粉丝: 91
- 资源: 1万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论0