Unknown error in my m.function
I have designed a m.function in a matlab scripts that calculates the angle between a vector you enter in it as an input and the ...
4 years 前 | 1 个回答 | 0
1
个回答
提问
Delete parts of plotted figures?
I have made this image
with this code:
axis equal
hold on
caca=2*pi();
ang=linspace(0,caca);
xp=5*cos(ang);
yp=5*sin...
4 years 前 | 2 个回答 | 0
2
个回答
提问
Drawing an arc between two elements?
I want to draw an arc (given its centre and its radius) between two elements.
For example the case given in the image below. I...
4 years 前 | 1 个回答 | 0
1
个回答
提问
Finding the intersec point using InterX?
I am trying to find the intersect point of two lines using "InterX".
More concretely, I want to find the intersect point of th...