Community Profile

photo

Nima


Last seen: 1년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
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...

거의 2년 전 | 0

| 수락됨

질문


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

3년 초과 전 | 답변 수: 1 | 1

1

답변

질문


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

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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?

3년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

3년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 1

1

답변