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

回答