sachin k - MATLAB Central

sachin k


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 08/17 to 03/25Use left and right arrows to move selectionFrom 08/17Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

5 質問
0 回答

ランク
104,784
of 297,870

評判
0

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

回答採用率
0.0%

獲得投票数
0

ランク
 of 20,500

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,704

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


how to add laguerre function L(n,a,x) manually in matlab
When I call laguerreL(1,2,2) in my matlab 2012, it gives "undefined function "laguerreL " for input arguments of type 'double', ...

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

1

回答

質問


Error using mupadmex " MuPAD
If I run the following code, lagu=@(j,k,l) feval(symengine,'laguerreL',j,k,l); ele1=@(j,k) lagu(j,k-j,-0.5)*(0.5).^(k-j); el...

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

0

回答

質問


error in writing matrix
I Want to write the matrix from function el(j,k). when I run this, it gives so many errors, please help lagu=@(j,k,l) feval...

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

0

回答

質問


Error using mupadmex " MuPAD "
I don't know Why I am getting the error "error using mupadmex......." in the following code, please help, syms z myFun =@(m...

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

1

回答

質問


write a matrix from a function (say h(m,n), where m and n are running index)
Suppose I want to write a matrix from a function (h(m,n)), so in mathematica, It can be written in foollowing way " Table[h[m, n...

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

1

回答