photo

AMIT


Last seen: 1年以上 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
1 回答

ランク
12,286
of 300,779

評判
4

コントリビューション
8 質問
1 回答

回答採用率
25.0%

獲得投票数
0

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,997

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 2

バッジを表示

Feeds

表示方法

回答済み
problem with loops and conditional statements
the problem is with the statement Y(i+1) = Y(i) + 1; in the second iteration it is trying to update the Y(3) with Y(2)+1 when du...

1年以上 前 | 0

| 採用済み

質問


how to azimuthally average a N*N data ?
I have a 291*291 velocity data from LES . I want to azimuthally average the data so that for any angle from the origin at a pa...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


Fit Multiple gaussian curve on data with flat tops
How to fit double gaussian curve for this data set which is flat at some domains?

1年以上 前 | 2 件の回答 | 0

2

回答

質問


how to plot the data over an image of graph to validate the data?
I want to plot the data that i got from my simulation over this graph to validate it. I want to know how to do it?

1年以上 前 | 1 件の回答 | 0

1

回答

質問


ploting 1D eigenvector using ffmatlib
I want to know is there any way to plot 1d eigenvector in MATLAB. I am exporting the matrices from freefem++ and solving them...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


getting warning while using eigs on the matrices obtained from freefem++
I am trying to solve for the temporal stability of the incompressible viscous plane poiseuille flow using freefem++. When i imp...

2年弱 前 | 2 件の回答 | 0

2

回答

質問


how to plot eigenvector calculated from eigs from the matrices created by freefem++
How to plot the eigenvector calculated from eigs from the matrices created by freefem++?

2年弱 前 | 1 件の回答 | 0

1

回答

質問


how to read .mesh file created in freefem in MATLAB
I want to read a .mesh file ;created in freefem++; and read it in MATLAB. Is there any function for it as ffreadmesh() doesn't ...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


Is there any problem with secant method in this code as i am not getting the required plot
clear i=1; error=0.0001; C=zeros(100,1); aC=zeros(100,1); for a=0.01:0.01:1 span=3.6; yspan=[-span span]; k=...

3年弱 前 | 1 件の回答 | 0

1

回答