Community Profile

photo

Dave


Last seen: alrededor de 3 años hace Con actividad desde 2014

Followers: 0   Following: 0

Contacto

Estadísticas

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

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

más de 9 años hace | 0

| aceptada

Pregunta


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

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 9 años hace | 2 respuestas | 0

2

respuestas

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

más de 9 años hace | 0

| aceptada

Pregunta


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

alrededor de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas