統計
MATLAB Answers
5 質問
0 回答
ランク
of 160,151
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
distorted audio after extracion
file='take.avi'; %input file file1='vipmen1.wav'; %o/p file name hmfr=video.MultimediaFileReader(file,'AudioOutputPor...
約12年 前 | 0 件の回答 | 0
0
回答質問
convert file from .wav to .mp3
I am using following code to extract just the audio in .wav format from a video in .avi format file='take.avi'; fil...
約12年 前 | 1 件の回答 | 0
1
回答質問
"File is corrupt or is not a standard MP3 file" error
??? Error using ==> mp3read>mysystem at 373 unable to execute mp3info -r m -p "%Q %u %b %r %v * %C %e %E %L %O %o %p" "outpu...
約12年 前 | 0 件の回答 | 0
0
回答質問
how suppress output from a user defined function ?
function [x,y] = myfn(a,b,c) I intend to use the values of x and y for consequent operations.However the values of x and y ar...
約12年 前 | 1 件の回答 | 0
1
回答質問
"Could not open file." using imwrite for png file.
global frames; global fila; obj=mmreader(fila); a=read(obj); frames=get(obj,'numberOfFrames'); for k = 1 : 50 ...
約12年 前 | 1 件の回答 | 0