photo

rajesh regar


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
153,198
of 300,513

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,018

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,480

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

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

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

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

6 years ago | 3 answers | 0

3

answers