photo

Yaswanth Sai


Last seen: 5年以上 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
41,344
of 300,753

評判
1

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

回答採用率
87.5%

獲得投票数
1

ランク
 of 21,075

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,858

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Discontinuities when computing integration of error functions using integral function
I am trying to integrate a function over a region in different time intervals. The integration looks something like this. fun_u...

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

2

回答

質問


Use of backslash while calculating the product of inverse of a matrix and another matrix
I am trying to implement successive overrelaxation method. I am getting different answers when I distributed the inverse between...

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

1

回答

質問


How can I convert set of symbolic functions into function handle so that they can be used as input to ode45?
For example, I have to solve the following equations if true syms x(t) y(t) z(t) eq1 = diff(x,t) == -x+3z; ...

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

1

回答

質問


How can I generate a matrix of symbolic functions, whose size varies depending on the input values?
For example, I want to generate 4 symbolic functions which depend on the variable 't'. They should be something like th1(t), th2...

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

1

回答

質問


Is there any way to reduce the error in the calculation of eigenvectors when using eig function?
In the equation AV = BVD (cond(A) = 10^4, cond(B) = 10^8), my A and B matrices are highly ill-conditioned. The eigenvectors I am...

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

1

回答

質問


Is there a general formula to calculate the sum of the squares logarithms of first n natural numbers?
Is there a general formula for the following sequence? S(n) = [log(1)]^2 + [log(2)]^2 + ......... + [log(n-1)]^2 + [log(n)]^2...

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

2

回答

質問


Hi! How to decrease the computation time of calculating eigenvalues and eigenvectors of large sparse matrices like 10000X10000(I need all the eigenvalues so I can't use eigs)?
I need to find all the eigenvalues of a large matrix which is 10000X10000, and I have to loop it for some 1000 times.My computer...

8年弱 前 | 1 件の回答 | 1

1

回答

質問


How to generate c code from MATLAB code as subs is not supported by MATLAB.
Hi! I am facing some issues in generating C code from MATLAB coder while I used subs. Please help me to fix this so that I can g...

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

1

回答