photo

Yashika


2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
2 回答

ランク
283,718
of 301,200

評判
0

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

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,190

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,339

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • First Answer
  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
Two graphs at the same time
use 'figure()' when you need further plots in different figure. for eg, figure(1) plot(x1,y1) hold on; figure(2) plot(x2,y...

7年弱 前 | 0

質問


eigen values of genralised symbolic matrix
Can we find out eigen values of genralised symbolic matrix like AX = LBX?, where A and B are matrix and L is eigen value

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

2

回答

質問


legendre function of second kind
I am wondering if matlab have inbult function to compute legendre function of second kind like mathematica have LegendreQ.

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

2

回答

質問


orthonormal basis of given function
Hello all, How can i write code for finding orthonormal basis functions for polynomial functions, if i dont want to use symboli...

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

0

回答

質問


Gram schmidth of polynomial
Hello All, Can we determine ortho-normal basis vectors for polynomial functions series, like f(x) =[x, x^2, x^4.......x^100]. ...

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

1

回答

回答済み
eigen values of genralised symbolic matrix
Thanks, given code looks more promising will give it a shot, also i tried following method, I am getting matrix of n*n in whic...

約7年 前 | 0

| 採用済み