photo

Dave


Last seen: 3년 초과 전 2014년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


Determine if a point lies between two lines
Assume there are two lines and each line is defined by two points.(e.g. (x1a,y1a) and (x2a,y2a) for line 1, (x1b,y1b) and (x2b,y...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


What kind of matrix multiplication algorithm is used in MATLAB?
I am making some benchmarking with several languages and trying to understand why MATLAB's matrix multiplication is so fast. In ...

대략 9년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Displaying azimuth angles around a cylinder
polar(0,1);hold on [X,Y,Z] = cylinder; surf(X,Y,Z)

거의 10년 전 | 0

| 수락됨

질문


Displaying azimuth angles around a cylinder
Hi, Is there an easy way to display tick marks in terms of azimuthal angles? For instance, I would like to display azimuth an...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


Assigning colors on a cylinder
Hi, Assume a cylindrical surface is divided into horizontal and vertical (equal) segments. I need to assign colors to each sq...

거의 10년 전 | 답변 수: 2 | 0

2

답변

답변 있음
How to find prime numbers?
Hi, A=primes(50); A(length(primes(25))+1:end) Dave

거의 10년 전 | 0

| 수락됨

질문


How can we define piecewise functions along a 2D curve?
It's easy to define piecewise functions between specific points (triangular, rectangular, sinusoid functions) on x axis. How can...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How can we define piecewise sinusoidal or triangular functions along a path on a hemisphere?
Here are paths on the cylinder and hemisphere structure. if true clear all N1=6; %determines number of segments on...

10년 초과 전 | 답변 수: 0 | 0

0

답변