Community Profile

photo

Nima


Last seen: más de 1 año hace Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


GA fitness function with variables in a summation
What is the best way to define the following fitness function for GA optimization? where are the variables to be found with ...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Respondida
Interpolation of the values of points on the surface created by convex hull
Hi everyone, The answer I have already found is: Barycentric coordinate system. In the section ' Interpolation on a triangula...

casi 2 años hace | 0

| aceptada

Pregunta


How to generate points on the surface of an ellipsoid?
I'm looking for a method or Matlab-function to generate some points (eg. equidistant points) on the surface of a ellipsoid. A go...

más de 3 años hace | 1 respuesta | 1

1

respuesta

Pregunta


How to calculate the field at centroid point of a triangle based on the field at vertices?
consider the vertices of a triangle in space and their fields values are given, and the centroid point of this triangle is calcu...

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to store data of FOR LOOP iteration?
In the following code i want all the data of each iteration to be stored in P_new, and also B_xq, B_xq , B_xq repectively, but ...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Generate some points on the plane restricted by 3 points (triangle)
Assume that are the vertices of a triangle in space. How can i generate some points on this triangle?

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Interpolation of the values of points on the surface created by convex hull
I have some 3D points like and their values like . The convex hull of these points are generated by convhull or convexHull (see...

más de 3 años hace | 3 respuestas | 0

3

respuestas

Pregunta


How to calculate the field on the surface created with Delaunay triangulation?
In the following code x, y, z corresponde to the point coordinates in a volume, and then a surface is created using Delaunay tri...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to define sphere surface with some random sample points inside?
There are 20 randomly sample points inside a geometry (sphere), which discribe the magnetic flux density [, , ] at these points ...

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Operator '.^' is not supported for operands of type 'cell'
any idea to solve the error at the end of the code (visualisation part)? close all clear all clc %% mu0 = 4*pi*1e-7; % Vs...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Unable to perform assignment because the indices on the left side are not compatible with the size of the right side
Can anyone solve the problem in my code that returns the error by ? close all clear all clc %% mu0 = 4*pi*1e-7; % Vs/Am ...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


numerical double integral of an expression with vector defined variables
Hi everyone, I have to compute double integral for the expression G over phi and theta in the following code numerically. Does ...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to use curl for 2D-vector field correctly?
Hi everyone, I've some data from a simulation like (x,y,u,v) which u corresponds to velocity in x-direction and v in y-directi...

más de 4 años hace | 1 respuesta | 1

1

respuesta