Borrar filtros
Borrar filtros

how can i draw an irregular shape say for suppose amoeba?

3 visualizaciones (últimos 30 días)
CH R S GIRISH
CH R S GIRISH el 22 de En. de 2021
Respondida: Saurav Chaudhary el 25 de En. de 2021
t=0:0.001:2*pi;
x=(exp(cos(t)));
y=(exp(sin(t)));
x1=cos(2*t).^2;
y1=sin(2*t).^2;
x2=x.*x1;
y2=y.*y1;
z=x2+y2;
plot(z,'r');

Respuestas (1)

Saurav Chaudhary
Saurav Chaudhary el 25 de En. de 2021
You can refer the MATLAB answer given below to get more idea. The main idea here is to create a randomly-shaped polygon and then changing it to produce the sort of shape you want.

Categorías

Más información sobre Programming Utilities en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by