photo

Chenglin Li


Last seen: 7 Monate vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

MATLAB Answers

16 Fragen
2 Antworten

RANG
99.405
of 300.365

REPUTATION
0

BEITRÄGE
16 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
87.5%

ERHALTENE STIMMEN
0

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.262

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3
  • Explorer
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Modifying the graphical viewpoint
The perspective of the graph I generated in matlab is I want the graphic to be displayed in the following viewpoint, how shou...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Getting information about tetrahedral elements after mesh encryption
I generated the base mesh with existing information including point and tetrahedral element information But now I marked some...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Enables local refinement at mesh markers
I have marked the surfaces in the mesh that I want to refine and the tetrahedra where the faces are located (the row indexes and...

fast 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Ensure that the normal phase of the normal is outward
I have taken normals for each boundary surface and after unitization they point to the outside of the geometry, but a small port...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Add units to the chart
set(gca,'XTick',[10.5*10^9:0.2*10^9:11.5*10^9]) xlabel('Frequency (Hz)'); My code looks like this, but after running it my hor...

etwa 2 Jahre vor | 0

Frage


Add units to the chart
I want to add (x10^9) to the end of the horizontal coordinate, something like this, how should I program it?

etwa 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Find discontinuous areas in geometry
There is an stl file of a concave surface, known the vertices and joint indexes of each face, as well as the normal vectors of e...

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Find the corresponding matrix
My matrix A is going to be an n by 4 matrix, and B is going to be an m by 1 column matrix, and I want to find all the columns in...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Merge the four faces belonging to a tetrahedron
Hi,I have the element information of a mesh but the mesh is too sparse. I extract all the faces of the mesh element and appl...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Generates normals with multiple three-point coordinates
Hi!,I wanted to generate multiple three-dimensional coordinate normals in matlab and output them in fixed format to generate stl...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Using matlab to generate complex graphics stl file
Hi, I have been able to use matlab to generate cuboid stl files, but the stl files of concave bodies always make mistakes, becau...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


matlab reads the.geo file
Hello!I have a.geo file, I want to extract all the information in it in matlab, all the Point, Line, Line Loop, Plane Surface, h...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


matlab generated.stl file
Is there any program that can generate 3D graphics from matlab.stl file? I tried stlwrite.m and it seems that there are only two...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Each time you run the program, a new.msh file is generated
I can generate a.msh file format file through this code filename=['lin','.msh'] ; fid=fopen(filename,'w'); But every time I r...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Delete rows with the same data in the matrix
Let's say I have a matrix, and I want to get rid of the duplicates and keep them once, so I can use unique, but I want to get ri...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Find the desired row in the matrix
Hello! I have a matrix, the first three rows are the x, y, and z coordinates of the points, the fourth row is the sum of the fir...

etwa 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How can I create a Delanay point in a cube?
I want to generate Mesh for a cube,but the points inside the cube can only be regularly distributed so far, and I want the surfa...

etwa 3 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Error in 3D Delaunay Triangulation
HI Nathan, I'm making a concave mesh, and I have some problems,Is your 3D program open source?

fast 4 Jahre vor | 0