Ashok Das - MATLAB Central
photo

Ashok Das


Last seen: 約1年 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 01/19 to 04/25Use left and right arrows to move selectionFrom 01/19Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

9 質問
0 回答

ランク
25,952
of 298,292

評判
1

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

回答採用率
33.33%

獲得投票数
1

ランク
 of 20,560

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,775

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Solution of second order BVP with variable functions
Hello everyone, I am trying to solve the following 2nd order BVP: where p and q are known functions with constant parame...

約1年 前 | 1 件の回答 | 0

1

回答

質問


parallel computing in Genetic algorithm
Hello everyone, I am using the genetica algorithm code 'ga' to optimize my function. However, it is taking very large amount of...

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

2

回答

質問


Integration of functions of 1 and 2 vaiables
I have two questions: I have a function like this: f(x) = 1 (if x=0) and f(x)=0 (if x~=0). How can I integrate between any int...

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

1

回答

質問


Problem in 2 dimensional numerical integration
I am trying to integrate a function of the form , (where H is the heaviside function) for the domain , where and are fixed c...

約5年 前 | 1 件の回答 | 0

1

回答

質問


Solving system of ODEs
I have a system of DEs similar to the following: If the variable Z is not present (i.e. eq (3) also), then I can solve it using...

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

2

回答

質問


Interpolation of matrices corresponding to time vector
I have a vector containing time points, and a cell structure containing matrices as its elements. I want to interpolate the cor...

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

2

回答

質問


Importing big txt files
I have text file (.txt) of size around 20gb. I need to import it to Matlab. I tried using A = load('file.txt') , but it'...

約6年 前 | 0 件の回答 | 0

0

回答

質問


Conditional function creating with @ handle
If I want to make a function f(x,y) = x+y, we do f= @(x,y) x+y Now I want to create a function of the form, f(x,y) = x+y if ...

約6年 前 | 2 件の回答 | 0

2

回答

質問


How to delete elements from structure
I have a structure of the above kind. Lets choose , cell.population(1).type = 1 cell.population(2).type = 2 cell.populati...

6年以上 前 | 4 件の回答 | 1

4

回答