photo

Akhil


Last seen: 11ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

14 質問
0 回答

ランク
141,421
of 297,503

評判
0

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

回答採用率
14.29%

獲得投票数
0

ランク
 of 20,449

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,017

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


Modifying function to get only one value
How to modify the following function such that output values (x,y,w) come out either for: abs((w(r2) - ((x(r1)-a(i))^2 + (y(...

11ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Drawing polygons from vertex coordinates
I have a plane of 100 x 100 mm dimension, which include mutliple polygons inside of it. I have 128 vertex coordinates from which...

12ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Facing error in the optimization part. Kindly suggest solution
clc; clear; a=[241.0, 301.0, 261.0, 221.0, 281.0, 361.0, 401.0, 361.0, 301.0, 321.0, 221.0, 281.0, 201.0, 201.0, 261.0, 141.0,...

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

1

回答

質問


Reduce the objective function value in fmicon
options = optimoptions('fmincon', 'Display', 'iter', 'Algorithm', 'interior-point','MaxFunctionEvaluations',100000000,'MaxIter...

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

2

回答

質問


Solve using genetic algorithm
How to change the following code inorder to get the values of x,y and w using genetic algorithm x=optimvar('x',1,26); y=optimv...

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

1

回答

質問


optimization problem to find variables
In the following code, i am trying to optimze the function f in order to find values of x,y and w. We are provided with values o...

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

1

回答

質問


Plotting Weighted Voronoi diagram in MATLAB
I want to make weighted voronoi diagram in matlab. Please suggest a way. I have X,Y coordinates of seed points and the associate...

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

1

回答

質問


How to perform minimization with fminsearch and fmincon
syms x [1 26] syms y [1 26] syms w [1 26] f = 0; for i = 1:numel(a) r1 = reg1(i); r2 = reg2(i); f = f + w(r2)...

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

1

回答

質問


expression to function using syms
In the following code, i am trying to learn how to use syms to convert an expression to function. Is the following manner is cor...

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

1

回答

質問


changing expression to function and then optimize the function
for the follwing expresson: expr = expr + w(r2) * (sqrt((x(r1)-a(i))^2 + (y(r1)-b(i))^2)) - w(r1) * (sqrt((x(r2)-a(i))^2 ...

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

1

回答

質問


changing expression to function
i have the values for a=[],b=[],reg1=[],reg2=[], i want to change the expr = expr + w(r2) * (sqrt((x(r1)-a(i))^2 + (y(r1)-b(i))^...

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

1

回答

質問


minimzing the expression to find the variables
i want to perform minimzation to get the values of variable, i have the following given data: a=[3.85094026548672, 18.18077064...

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

1

回答

質問


Finding the neighbouring regions
How I can find the neighbouring regions of each region or how to find the region sharing commn boundary

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

2

回答

質問


need source code for voronoi
I need voronoi and the power voronoi source code to understand how these functions are developed. Kindly help me to find the sou...

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

1

回答