photo

amj


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

17 質問
0 回答

ランク
40,044
of 300,851

評判
1

コントリビューション
17 質問
0 回答

回答採用率
64.71%

獲得投票数
1

ランク
 of 21,094

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,294

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Review
  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How to simulate missing data at random(MAR) in matlab
Hi, I would like to simulate missing data at random(MAR). I do have a code on how to create a missing completely at random (M...

約7年 前 | 0 件の回答 | 0

0

回答

質問


What is algorithm used in rangesearch function in matlab
Hi I worked with rangesearch function in Matlab for my project. <https://uk.mathworks.com/help/stats/rangesearch.html> It...

7年以上 前 | 2 件の回答 | 1

2

回答

質問


What is the mathematical / statistical formula of the rangesearch() function in Matlab?
Hi, Can anyone here have any idea on what is the mathematical / statistical formula by the rangesearch() function in matlab? ...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


How to access the data point that has maximum distance using rangesearch()
Hi, I would like to retrieve the data point which has maximum distance from the middle points. This is my code: fData =...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


How to apply the nearest neighbor using rangesearch function for different range/scale of X and Y data
Hi, I would like to find the nearest neighbors data using the rangesearch function specifically euclidean distance for the data...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


How to draw a perfect circle and distance calculation
Hi, I got 2 issues: # to draw a perfect circle # to calculate a perfect distance This is my code: load fisheriri...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


How to get the neighbors points within the specific radius in the rangesearch?
Hi, I found few articles discussed about the neighbors points within the specific radius using range search: <https://uk....

8年弱 前 | 1 件の回答 | 0

1

回答

質問


How to write code the Chebyshev and Mahalanobis distance using bsxfun function?
Hi, I found the sample code to calculate distance of two matrix using euclidean distance from here: <https://stackoverflow.com...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


How to improve the distance calculation on two separated datasets
Hi, Can anyone advice me on how to improve the distance calculation on the 2 separated datasets? My Data: X = [ 3.6 7...

8年弱 前 | 0 件の回答 | 0

0

回答

質問


How is the correct way to calculate distance of each data points between two vectors
Hi, I would like to compute distance between two vectors. However, the result does not yields the expected outcome. *First c...

8年弱 前 | 2 件の回答 | 0

2

回答

質問


How to get the first five minimum number for a list
Hi, I would like to get the index number of the first five minimum number from the list. This is my code: list = [4,10,...

8年弱 前 | 2 件の回答 | 0

2

回答

質問


How to create a program to compute the Hii of the Hat Marix in matlab?
I'm facing with the problem to compute the Hii of the Hat Matrix at shown in the picture. <</matlabcentral/answers/uploaded_f...

約8年 前 | 1 件の回答 | 0

1

回答

質問


How to perform the delete-d jackknife in matlab?
Hi, Can anyone advice me on how o extend the delete-d jackknife code sample. This sample code i have done in delete-1 jackkni...

約8年 前 | 0 件の回答 | 0

0

回答

質問


How to plot more multiple different regression lines in matlab
Hi, I going to plot multiple regression lines in a Figure with different regression coefficient of each line. The purple dat...

約8年 前 | 1 件の回答 | 0

1

回答

質問


How to create NaN randomly based on specific rate in specific column
Hi, I'm going to create NaN values in a data set. I found this basic code, but it is not specify for which column. X = ...

約8年 前 | 1 件の回答 | 0

1

回答

質問


Covariance matrix Kmeans in matlab
Hi, I would like to generate the covariance matrix using kmeans algorithm in Matlab as initial parameter estimation. Later on...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


How to extract data for a particular gaussian component in GMM
HI, I'm writing this code for Gaussian mixture model: for j = 1:K densEst(pointsObserved,j) = mvnpdf(...

8年以上 前 | 0 件の回答 | 0

0

回答