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) ...
6年以上 前 | 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...
6年以上 前 | 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...
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...
6年以上 前 | 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...
6年以上 前 | 3 件の回答 | 0