photo

Eduard Reitmann


Last seen: 5 meses hace Con actividad desde 2018

Followers: 0   Following: 0

Estadística

All
  • 5-Star Galaxy Level 4
  • Personal Best Downloads Level 2
  • First Review
  • First Submission
  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Averaging data with slightly different time values
I noticed that your t_2 and x_2 variables are not the same length. Once you fixed that, this should work: t = linspace(0,ma...

casi 6 años hace | 1

Respondida
Solving system of ODEs and then get the optimum value for certain parameters.
I am not sure what type of input arguments the "fun1" needs, but it gives the following error when I try fun1(1,1): Output ...

casi 6 años hace | 0

| aceptada

Respondida
How to solve for three equations from a large array of equations?
Step 1: Rewrite each equation to add to zero. For example: # 5*x^2 + x*y = 4 # y^2 + z = 2 # x + 2*z = 0 becomes: # 5...

casi 6 años hace | 0

Respondida
how can I add label to rectangle object ?
I am not familiar with the 'draggable' function, but this should give you a text box in the middle of the square. text(pos(...

casi 6 años hace | 1

Respondida
Query regarding calculating frequency and amplitude
Hope this helps. %% Create sample data with 5 Hz sinosoid (Do not include this section in % your code) n = 1001; t...

casi 6 años hace | 0

Respondida
Finding min point of a second derivative function
You were almost there. Hope this helps. The zero in the differential is a bit crude (just to keep the vectors the same length), ...

casi 6 años hace | 0