Classifying environmental sounds using AlexNet
조회 수: 4 (최근 30일)
이전 댓글 표시
채택된 답변
Utkarsh
2020년 6월 19일
댓글 수: 3
Utkarsh
2020년 6월 19일
편집: Utkarsh
2020년 6월 19일
Have you tried this for saving the spectrogram? (It will save the spectrogram without any border,label,etc)
s = spectrogram(x); %x contains the loaded audio in an array
spectrogram(x,'yaxis')
set(gca, 'Visible', 'off');
colorbar('off');
saveas(gcf,'file_name.png')
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Data Workflows에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!