photo

Patrick


Actif depuis 2014

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

16 Questions
0 Réponses

RANG
20 256
of 300 352

RÉPUTATION
2

CONTRIBUTIONS
16 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
75.0%

VOTES REÇUS
2

RANG
 of 20 928

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 212

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


Triangulated Surface Mesh Simplification
Can anyone please give me some ideas how to simplify triangulated surface mesh using matlab? Like the picture shown in <http://d...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


if i==any elements in M
Say I have a nX1 matrix M, i want to use condition, "if i==any elements in M", what should I type in Matlab?

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


Sort every single row
How can I sort every single row of a matrix in ascending order? For example [16 2 3 13; 5 11 10 8] becomes...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


Shifting vertices along normal
I have 3D data with a triangular meshed surface. I've found the normal of each face. How can I shift the 3 vertices of one face ...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


Combine rows generated in for loop
I use for loop to generate a row matrix of 1x3 per loop. For every three consecutive rows generated, I want to calculate the mea...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


Move a point on a surface in 3D space
How can I move a point on a surface in 3D space along its normal vector by a certain distance using Matlab? Any help is apprecia...

plus de 10 ans il y a | 1 réponse | 0

0

réponse

Question


Find the common number in rows?
Say A = [1 2 3; 1 4 6; 7 8 1; 6 3 1] The common number in every row is 1. I want to output the r...

presque 11 ans il y a | 3 réponses | 0

3

réponses

Question


How to generate different variables to store different sets of matrix?
Using for loop, 35 different matrices are generated in my codes. How can I generate 35 different variables to store them respect...

presque 11 ans il y a | 1 réponse | 0

1

réponse

Question


How to form a matrix
I am using 'for loop' with variable 'i' to run something. i.e. for i = 1:100, .... Say, I want to record the value of i when it...

presque 11 ans il y a | 1 réponse | 0

1

réponse

Question


delete matrix row with certain value
how can i remove the rows with a certain number say, 2?

presque 11 ans il y a | 2 réponses | 0

2

réponses

Question


Find boundary vertice at openings
Can anyone tell me how to find the boundary vertice at the openings? Thanks!! <<http://www.mathworks.com/matlabcentral/answe...

presque 11 ans il y a | 2 réponses | 1

2

réponses

Question


Find boundary vertice of 3D volume data
How can I find the boundary vertices of 3D volume data with 2 openings, the desired output should be two sets of boundary vertic...

presque 11 ans il y a | 1 réponse | 0

1

réponse

Question


Compare two matrix and delete the same rows
Say I have A= [1 2 3, 4 5 6, 6 7 8] and B= [4 5 7, 1 2 3, 7 6 4, 6 7 8]. How can I delete the rows in B that are the same with ...

environ 11 ans il y a | 3 réponses | 1

3

réponses

Question


delete some matrix elements
I want to delete the elements that are larger than a certain value, then the next element will replace the deleted one(shift for...

environ 11 ans il y a | 2 réponses | 0

2

réponses

Question


subtract different column by different number
I have a 1000x3 matrix. I want to subtract different column from different number. For example, the first column elements will a...

environ 11 ans il y a | 1 réponse | 0

1

réponse

Question


How to scale a 3D meshed model plot to a certain size?
I want to have my 3D meshed model plot scaled to a certain size. Are there any functions that can do? I am actually a rookie in...

environ 11 ans il y a | 2 réponses | 0

2

réponses