photo

Surath Ghosh


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

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
2 回答

ランク
173,633
of 300,895

評判
0

コントリビューション
5 質問
2 回答

回答採用率
40.0%

獲得投票数
0

ランク
 of 21,106

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,502

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How can I reduce the execution time of my code?
I wrote this code. it is working for m=32 and I am getting output with in 2 minutes. But if I am putting m=64, it is running. I ...

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

2

回答

質問


Please help me to find the errors in my code for predictor corrector method.
I have written the code but it is unable to produce correct result. Can anybody help me to find the errors in the above code?

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

1

回答

質問


I got an error as symbolic function expected 3 inputs and received 1 in the line no 5 (g1{r}(u)=g1{r}(u)+(u{i}-u1(i))./5*chebyshevT(i-1,2*x(r)-1)). How can I fix that?
m=3; u=sym('u',[1,m]); g1 = cell(m+1, 1); for r=1:m-1; g1{r}(u) = sym(0); for i = 1 : m+1 g1{r}(u)=g1{r}(u)+(u{i}-...

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

2

回答

回答済み
How can I store symbolic variables and symbolic functions in a array?
Thanks a lot Sir.

5年以上 前 | 0

質問


How can I store symbolic variables and symbolic functions in a array?
How can I store symbolic variables and symbolic functions in a array?

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

3

回答

質問


How can we define a function with variables which are in the for loop and function is also under for loop?
I want to define the function as For i=1:100 fi(x0,x1, x2, ....xi)=x0^2+x1^2+.....xi^2 end where for loop is on the function...

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

2

回答