統計
MATLAB Answers
6 質問
0 回答
ランク
of 157,839
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Why do I obtain p=NaN when I perform anovan?
Hi! I have to perform an Anova analysis with ANOVAN: I have column Y to compare with column of numbers g1, g2, g3. they all have...
10年以上 前 | 0 件の回答 | 1
0
回答質問
How do I perform unbalanced ANOVA ?
Hi! I have 3 vectors of data (each vector has a different number of data) and I'd like to perform ANOVA. How do I do it?
10年以上 前 | 3 件の回答 | 0
3
回答質問
How do I represent decimal values of a tif using imagesc??
Hi! I have a tif image and I'd like to show it in MATLAB. To each pixel, a decimal index value is assigned. If I open the tif wi...
10年以上 前 | 0 件の回答 | 0
0
回答質問
Plot different dimension matrices of points into the same plot
I have generated dx matrices of points x and y (2rows(x,y) and different number of columns (points) with the function for dx...
10年以上 前 | 1 件の回答 | 0
1
回答質問
How can I extract not zero numbers from a matrix?
I have a matrix, like M=[0 1 2 5 2 3 0 0 0 0 4 3 2 5 0 0 0 4 3 2 ...]; I'd like to extract n separated matrices, like:...
10年以上 前 | 1 件の回答 | 0
1
回答質問
How do I extract consecutive numbers from a matrix?
I have a matrix like: A=[1 2 5 6 7 8 9 20 21 22 23…] I'd like to separate consecutive number, like: C=[1 2] D=[5 6 7 8 9], E...
10年以上 前 | 1 件の回答 | 1