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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 3 个回答 | 0

3

个回答