photo

Akhil


Last seen: plus d'un an il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

MATLAB Answers

14 Questions
0 Réponses

RANG
284 980
of 300 756

RÉPUTATION
0

CONTRIBUTIONS
14 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
14.29%

VOTES REÇUS
0

RANG
 of 21 077

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 170 890

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Question


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(...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


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...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


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,...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 2 ans il y a | 2 réponses | 0

2

réponses

Question


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...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


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)...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


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))^...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 2 ans il y a | 2 réponses | 0

2

réponses

Question


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...

environ 2 ans il y a | 1 réponse | 0

1

réponse