Community Profile

photo

rajesh regar


2019년부터 활동

Followers: 0   Following: 0

통계

Feeds

보기 기준

질문


how to calculate degree between 3 points in 3-D Co-ordinate in matlab?
I need to find angle between 3 points in 3 dimesion coardinate. A = [ 0 0 3]; B = [0 0 2]; C = [0 0.388 16.48]; Angle(ABC) ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I find the vector from two points in 3D?
A = [0 3.8823 17.4889 ] B = [ 0 3.8823 15.4889 ] How to find AB vector for the given cooradinate in 3D.How...

4년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
storing data in a matrix from a nested loop
d1 = [0 0 2 0 0 -2 ]; d2 = [0 0 15 0 0 13 ]; k = 1; for i = 1:2 for j = 1:2 d12...

4년 초과 전 | 0

| 수락됨

질문


storing data in a matrix from a nested loop
I want to save the vector made from d12 each time i.e. d12 is 4*3 matrix. d12 in nested loop d1 = [0 0 2 0 0 -2...

4년 초과 전 | 답변 수: 3 | 0

3

답변