photo

Jonathan Mayers


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
5 回答

ランク
1,119
of 300,763

評判
67

コントリビューション
8 質問
5 回答

回答採用率
75.0%

獲得投票数
35

ランク
 of 21,082

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,923

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • First Review
  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
How to obtain vertices of all smaller squares in a large square?
I have achieved what I wanted with the following code. function [ XV, YV ] = gen_clusters( rs,dc,X ) %GEN_CLUSTERS Generat...

9年以上 前 | 0

| 採用済み

質問


How to obtain vertices of all smaller squares in a large square?
Hi all, I am going to generate a square map of side length rs and then divide it up into smaller squares of side length dc us...

9年以上 前 | 2 件の回答 | 0

2

回答

質問


How to implement disjoint clustering in mobile networks
Hi all, I have generated a map of randomly placed base stations and mobile nodes as illustrated in the figure below. <</ma...

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

0

回答

回答済み
Find polygon in voronoi diagram
Hi all, The following code solves the problem. %% clc; close all; clearvars; lambda = 10; npoints = poissrnd(lambda); ...

9年以上 前 | 2

| 採用済み

質問


Find polygon in voronoi diagram
Hi all, If I generate a Voronoi diagram via the below code, how would I find the points that form a polygon from the diagram?...

9年以上 前 | 1 件の回答 | 1

1

回答

回答済み
Legend for multiple plots
Hi all, I have obtained the desired legend output using handles. See the code below. The code generating the points did not c...

9年以上 前 | 27

| 採用済み

質問


Legend for multiple plots
I want to generate a legend for multiple plots on the same figure using 'hold on;'. I am using a certain method I found through ...

9年以上 前 | 2 件の回答 | 4

2

回答

回答済み
How to implement a set in MATLAB?
Thank you for the responses. I have arrived at what I needed and hope it will help anyone in the future viewing this post. Fi...

9年以上 前 | 1

| 採用済み

質問


How to implement a set in MATLAB?
In the algorithm below, you can see that there is a variable, C, initialized to the empty set. How would I go about creating a s...

9年以上 前 | 3 件の回答 | 0

3

回答

質問


How to calculate the limit of an integral?
Is it possible to calculate the value d0 of the below equation? If so, how may I go about doing so? <</matlabcentral/answers/...

9年以上 前 | 2 件の回答 | 0

2

回答

回答済み
How to speed up this function?
Matrix P is a real-valued matrix and the H matrices are complex-valued matrices. I have found a way to do it without looping. ...

9年以上 前 | 0

| 採用済み

質問


How to speed up this function?
Hi all, I am calculating a value Gamma as shown in the image below. <</matlabcentral/answers/uploaded_files/53042/eqn.png>...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


How to generate Rayleigh distributed random variable with a specified mean and variance?
For example: x = mu + std*randn(row,col); The above code generates a Gaussian random variable with mean mu and s...

9年以上 前 | 3 件の回答 | 0

3

回答