photo

Aditya Ramnarayan


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

6 个提问
0 个回答

Cody

0 个问题
1 个答案

排名
28,474
of 301,440

声誉
1

贡献数
6 个提问
0 个回答

回答接受率
50.0%

收到投票数
1

排名
 of 21,282

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
123,366
of 174,580

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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) = ...

7 years 前 | 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 years 前