Community Profile

photo

luc


TU Delft

Con actividad desde 2014

Followers: 0   Following: 0

Contacto

Estadísticas

  • Thankful Level 3
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


autofilling a matrix with 0's
Say I have a matrix A=[1 1 1] B=[2 3] I want to get this C=[1 1 1;2 3 0] but I want the 0 to be autfilled depending o...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to calculate the Pathlength of a function where -180 degrees is next to 180 degrees?
Hey everyone! I'm using the <http://www.mathworks.com/matlabcentral/fileexchange/34871-arclength#comments pathlength function...

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Keeping check of how many times a loop has seen a repeated value
Hey everyone! I've been playing around with the unique function for a while now, but I can't seem to simply solve this proble...

casi 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Unique function not deleting duplicate rows.
attached my matrix "M" and here is my code. [trash,idx] = unique(M,'rows'); pleb=M(idx,:) gg=sort(pleb) When inspe...

casi 9 años hace | 4 respuestas | 0

4

respuestas

Pregunta


How to create a patch object without actually plotting it.
Hello everyone! I have some data, say [X,Y,Z] and when I use the Patch command it creates a figure and gives me a shape. I...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Respondida
Problem with Patch, trying to fill a surface based on points.
I figured it out, I use a loop to get some double points in my patch object. So each ring gets a double ring. I then add all th...

casi 9 años hace | 0

| aceptada

Pregunta


Problem with Patch, trying to fill a surface based on points.
I got an output of a few X Y and Z points, which I want to create into a patch object. The output however, is more like a sli...

casi 9 años hace | 2 respuestas | 0

2

respuestas

Respondida
Hi, I tried to solve the below equation in Matlab but it gave me no explicit solution. I also want to plot it y versus x.Please help explain to me.
Does this do what you want it to do? syms x y [xx,yy]=solve((x^2)*(y^2)+2*x*y*sin(y)-2*cos(y)==-1,x,y) I've added the...

alrededor de 9 años hace | 0

Pregunta


Solving for 2 parametric equations
Hey everyone! I got a question: I'm trying to calculate where a sphere and a cone intersect. I've got 2 parametric functions de...

alrededor de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How do I find the orthogonal projection of a point onto a plane
Say I have a plane spanned by two vectors A and B. I have a point C=[x,y,z], I want to find the orthogonal projection of this po...

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Removing spikey data from a sensor readout.
I have a loop which reads out a sensor, once in a while the data is completely off, and gives a spike. I would like to remove th...

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Efficient way to display a walked path.
I have an object that has coordinates [x,y], the object moves in the x-y plane. The plane is described by a circular set of dat...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Respondida
Problem with contraining a general delaunay Triangulation
Couldn't find a good fix between indices from the two functions, so I wrote my own. It's probably sub-efficient, but it works...

más de 9 años hace | 0

| aceptada

Pregunta


Problem with contraining a general delaunay Triangulation
I got a set of points, shaped like a figure 8 filled in (See figure 1) <</matlabcentral/answers/uploaded_files/22736/scatte...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Respondida
selecting a triangle in an array of delaunay points
Answered, thanks!

más de 9 años hace | 0

| aceptada

Pregunta


selecting a triangle in an array of delaunay points
The code explains it all. Try to run it, it might give you a good result, but that would be random. This code is supposed ...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I project a 3-D sphere onto a 2-D surface?
I got a matrix M with 3 col, n rows. The points created by the matrix are all on a sphere with radius r. In a seperate matrix, ...

más de 9 años hace | 2 respuestas | 0

2

respuestas