Tianshu Yu
Followers: 0 Following: 0
Statistik
10 Fragen
0 Antworten
RANG
139.907
of 295.527
REPUTATION
0
BEITRÄGE
10 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
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
Feeds
Frage
scatterInterpolant doesn't work
I have a tetrahedral mesh. I want to plot a contour of its surface. I first test it on a mesh. But the scatterInterpolant return...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Get the indices of surface triangle from a tetrahedral mesh.
I used the function generateMesh() to generate a 3D tetrahedral mesh (quadratic model). I want to create a matrix TRI. Each row ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Find the intersection of two surfaces.
Now I have two surfaces. Both of them are extracted from 2 solid 3D objects which are generated by trangular mesh. (Note it's a ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Make a contour plot of a 3D Solid Object
Hi, I want to make a contour plot of my 3D Mesh. The 3D mesh is not a surface. But a solid object. I have already extract the fa...
mehr als 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Mesh doesn't work for cone shape?
I have a perfect cone shape, which is stored in a the tip_6.stl. I try to use the function generateMesh(). I found that no matte...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Use the index of an element of a subset to find its index in the large set?
function d_z = distance(tip, samp, search_dis) %tip is a n by 3 matrix, where each row is just the coordinate a point in 3-d sp...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Find the shortest distance between two object?
My question: (a) I have two object A and B. (They have some general curvy shape. They are objects in three dimension. They are...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to preallocate memory if I don't know the size of the variable in every iteration?
I have a large set of data, say A. I have a for loop. In every iteration, I'm going to only work with the subset of data of A, s...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Solving systems of non-linear equations
I need to solve a system of non-linear equations. For example, I need to solve 10,000 equations, where each individual equation ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why the script of function is always stored in two files ".m" and ".m~"?
I stored my function in my directory as "test_probe.m". However, there's another file also created. It's name is "test_probe.m~"...
mehr als 5 Jahre vor | 1 Antwort | 0