photo

Raviteja Panamgipalli


2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
0 回答

ランク
216,085
of 300,781

評判
0

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

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,088

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,031

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How to evaluate the code inside the MuPad notebook?? to find the Euler Phi value of given input
x=5; x=sym(x); nb=mupad('phi.mn'); setVar(nb,x); z=getVar(nb,'z'); content of file phi.mn is [z := numlib::phi(x); ...

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

0

回答

質問


How to reduce the time to calculate the inverse of a matrix
I have a 64 x 64 matrix,and it is taking a lot of time like 15-20 minutes to compute the inverse,Let my matrix be A,I'm using th...

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

1

回答

質問


Calling a function f inside f,how can we do this
function H=f(m) H1=zeros(m/2); H=[f(m/2) H1;H1 H1]; end

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

2

回答

質問


Using if statement inside a function,I didn't understand why the error is coming,why I am unable to use the values of x & y inside the if loop
function O = help(~,~) i=input('Value of i:'); j=input('Value of j:'); O = y(i,j); function g=y(x,...

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

1

回答