Problems about "rotate" function

6 visualizaciones (últimos 30 días)
Francesco
Francesco el 14 de Nov. de 2020
Comentada: Matt J el 16 de Nov. de 2020
Hi!!
I'm experiencing the following problem.
k=2;
for i=2:length(t_inf_sgross)
b(k)=subtract(D(k-1),C2(k-1));
D(k)=rotate(b(k),Delta_phi(i));
k=k+1;
end
ruotato=rotate(b(end),-35)
plot(ruotato)
I'm creating a vector called "b" containing a series of polyshapes that results from the subtraction/rotation of geometries contained in "C" vector.
The problem is that when i call the final geometry resulted in "b" vector, then called "ruotato" and i rotate it of a certain angle (here -35°), Matlab seems to rotate only the perimeter but not the area of this geometry, giving the result i post below:
Why this happen?
Thank you!

Respuesta aceptada

Matt J
Matt J el 15 de Nov. de 2020
Editada: Matt J el 15 de Nov. de 2020
Presumably because b(end) is the perimeter, i.e., it is a polyshape containing almost no internal area.
  12 comentarios
Francesco
Francesco el 16 de Nov. de 2020
Editada: Francesco el 16 de Nov. de 2020
I can’t post the entire plot because it’s a 785 MB file. I can’t plot only the last position because the final geometry is the result of multiple positions of the tool as function of time. As you said I’ll load the result in a separate window and there i’ll make my operations. The next topic will be how to lighten the code. It lasts 1 hour.. i will post it in another topic :)
Matt J
Matt J el 16 de Nov. de 2020
The next topic will be how to lighten the code. It lasts 1 hour.. i will post it in another topic :)
OK, but if we are done with this topic, please Accept-click the answer.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Elementary Polygons en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by