photo

Nima


Last seen: 2 months 前 自 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 ...

2 years 前 | 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 years 前 | 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 years 前 | 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...

4 years 前 | 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 ...

4 years 前 | 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?

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 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 ...

4 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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...

5 years 前 | 1 个回答 | 1

1

个回答