photo

Musa Mustapha


Last seen: 1 year ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
90,220
of 301,433

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 21,272

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,520

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to determine whether point lies within pyramid volume
A square pyramid is described by five points E0, E1, E2, E3, E4. eg E0= [0,0,1];E1= [1,1,0]; E2= [-1,1,0]; E3= [-1,-1,0]; E4= [1...

7 years ago | 3 answers | 0

3

answers

Question


How to generate a random point in the volume of a cylinder
I have a cylinder in three-dimensions with a long-axis defined by the endpoints ?1 and ?2, and radius ?. p1=[0.5, 0.3, 1]; p2=...

7 years ago | 1 answer | 0

1

answer

Question


How to generate random points within 3d pyramid
giving the parameters as E0= (0,0,1); E1= (1,1,0); E2=(-1,1,0); E3=(-1,-1,0); E4=(1,-1,0)

7 years ago | 1 answer | 0

1

answer

Question


3d Hemisphere transformation Problem from A to 90 degrees in Z axis to B direction
%code for A N=500; r = 6; center = [2,1,3]; plot3(center(1),center(2),center(3),'ro') hold on P = zeros(N,3) ; for i=1:N ...

7 years ago | 1 answer | 0

1

answer