photo

Aditya Ramnarayan


Attivo dal 2018

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

6 Domande
0 Risposte

Cody

0 Problemi
1 Soluzione

RANK
28.746
of 301.464

REPUTAZIONE
1

CONTRIBUTI
6 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
1

RANK
 of 21.292

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
123.406
of 174.642

CONTRIBUTI
0 Problemi
1 Soluzione

PUNTEGGIO
20

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Thankful Level 1
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


How to find the X-coordinate of the plot knowing the Y-value?
I am carrying out the Fast Fourier Transform for a time series of data. I have found out the maximum value of the voltage amplit...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


While trying to solve two simultaneous ODE's in MuPad, how to solve using boundary conditions for two different variables?
s:=({[y''''(x) = R1[{x + 3 - 2*y(x)}*y''(x) - 2*(R2/R1)*z(x)*z'(x)], z''(x) = R1[{2*z(x) + x*z'(x) + 2*z(x)*y'(x) + 2*z'(x)*y(...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


I require a solution for the set od ODE's using MATLAB function 'bvp4c'
The code that I've written is as follows: function bvp_code_matlab_3 options = bvpset('stats','off', 'RelTol', 1e-6); so...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


I have been working with bvp4c for a while now and I am unable to solve this one question that involves plotting graphs for three different parameters for a fourth order simultaneous ODE.
Two differential equations are as follows: f'''' = R1 [ 3* f'' + ( n - 2* f) * f'' - 2*( R2/R1) * g* g' ] g'' = R1 [ 2*g + n*...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


I'm trying to solve a fourth order ordinary differential equation using the bvp4c function. However, I am getting a few errors in my code.
H'''' - 5(H*H''' + 4GG') = 0 ; G'' + 5(H'*G - H*G') = 0 With the boundary conditions: G(0) = 0.5, H(0) = 0, H'(0) = 0,G(1) = ...

oltre 7 anni fa | 1 risposta | 1

1

risposta

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

circa 8 anni fa