Community Profile

photo

Thomas Holmes


Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • First Review
  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Solving system of second order differential equations with ode45
I have two second equations theta1''= [-29.4sin(theta1)- 9.8sin(theta1 -2*theta2) - 2*sin(theta1-theta2)*(theta1'^(2)*cos(thet...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


ode45 command syntax error
I am trying to use ode45 to plot this differential (dy/dx)= -0.00043y with this intial condition y(0)=1 on the interval [0 30000...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Interpolating a 3D matrix
I have a 14x14x221 matrix, A. Using a loop over the third dimension, I'm trying to interpolate the 14x14 matrix at each iteratio...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


For loop summation/ limit
I am trying to write a script that computes (4N^2)/((4N^2)-1) for N = 10, 100, 1000, 10000. Then use the results to estimate the...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Interpolating a 3D Matrix using interp1
I have a 14x14x221 matrix, A. Using a loop over the third dimension, I'm trying to interpolate the 14x14 matrix at each iteratio...

etwa 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


time animation of a 3D matrix
I have a 14x14x221 matrix, A, where the Z component is time. I need to make a colored animation of how the X and Y components ch...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to replace every other element in an array with another array?
I have an array A, which is just 1 row and 98 columns of zeros. I need to replace every other number with another array which is...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Need to define an array
I need an array that has 98 entries. the first value is 1000 and the second to last is 100. the values inbetween vary linearly b...

etwa 5 Jahre vor | 2 Antworten | 0

2

Antworten