photo

Aditya Ramnarayan


2018년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

6 질문
0 답변

Cody

0 문제
1 답안

순위
30,605
of 302,092

평판
1

참여
6 질문
0 답변

답변 채택
50.0%

획득한 표
1

순위
 of 21,538

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
126,963
of 178,851

참여
0 문제
1 답안

점수
20

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1
  • Solver

배지 보기

Feeds

보기 기준

질문


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

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


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

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 8년 전 | 답변 수: 1 | 1

1

답변

문제를 풀었습니다


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

8년 초과 전