photo

Aditya Ramnarayan


2018 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

6 質問
0 回答

Cody

0 問題
1 解答

ランク
28,746
of 301,522

評判
1

コントリビューション
6 質問
0 回答

回答採用率
50.0%

獲得投票数
1

ランク
 of 21,315

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
123,809
of 175,118

コントリビューション
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) = ...

7年以上 前 | 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年 前