統計
MATLAB Answers
8 質問
0 回答
ランク
of 171,413
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
fitgmidsit problem, Failed to converge in 10 iterations for gmdistribution with 4 components
I want to do a a gmm training for a data set with 10 iteration for 4, 8 and 16 components. I made my recording length 2 secs, 3 ...
約5年 前 | 0 件の回答 | 0
0
回答質問
How to plot cost matrix and accumulated cost/distance matrix for dynamic time warping
I am trying to figure out how to plot these two plots in the picture but clueless how to. I found a function that someone has ma...
約5年 前 | 0 件の回答 | 0
0
回答質問
problem to implement an algorithm
I want to implement the algorithm in matlab but what I underlined with red is confusing me a little bit. Is there a function in...
約5年 前 | 0 件の回答 | 0
0
回答質問
Computing Delta for mfcc
I am trying to make a code for to compute delta for mfcc but I am confused to what to do with Ct-n as it will show me an error e...
約5年 前 | 0 件の回答 | 0
0
回答質問
Designing a Filter bank
I am trying to desgin a filter bank with 25 points using this formula and the code that I made is this [melHigh, mr] = v_frq...
約5年 前 | 0 件の回答 | 0
0
回答質問
Random number generator with max and min values included in the matrix
I would like to know how to add minimum and maximum values to a matrix of random generated numbers but I am unable to find anyth...
約5年 前 | 1 件の回答 | 0
1
回答質問
defining functions that are equal to each other
y(t) = u(t) syms y(t) syms u(t) y(t) = u(t); t = 0:0.1:2; y=subs(y); u=subs(t); plot (t,y); hold on ...
7年以上 前 | 1 件の回答 | 0
1
回答質問
Defining variables inside of a function
t = 0:0.1:2; y(t) = cos(2*t); Array indices must be positive integers or logical values. My problem here is that I want to ...
7年以上 前 | 2 件の回答 | 0
