Community Profile

photo

rajesh regar


Active since 2019

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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) ...

mer än 4 år ago | 1 answer | 0

1

answer

Question


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...

mer än 4 år ago | 1 answer | 0

1

answer

Answered
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...

mer än 4 år ago | 0

| accepted

Question


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...

mer än 4 år ago | 3 answers | 0

3

answers