hi
this script must plot a square, but i got the attached plot, how to connect all lines?
thanks
vhat1=[x,repmat(2,length(y),1),repmat(2,length(z),1)];
vhat2=[(x),repmat(-2,length(y),1),repmat(2,length(z),1)];
vhat3=[repmat(2,length(x),1),y,repmat(2,length(z),1)];
vhat4=[repmat(-2,length(x),1),y,repmat(2,length(z),1)];
vhatt=[vhat1;vhat2;vhat3;vhat4];

4 Kommentare

darova
darova am 24 Jun. 2020
what about thi simple way?
[x,y] = pol2cart(deg2rad(0:90:360),1);
line(x,y,x*0)
Oday Shahadh
Oday Shahadh am 24 Jun. 2020
its great, can put it in 3d space?
darova
darova am 24 Jun. 2020
Its in 3d already. What do you mean?
Oday Shahadh
Oday Shahadh am 24 Jun. 2020
x,y,z

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 23 Jun. 2020

Kommentiert:

am 24 Jun. 2020

Community Treasure Hunt

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

Start Hunting!

Translated by