R shah


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

14 質問
0 回答

ランク
72,562
of 300,788

評判
0

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

回答採用率
35.71%

獲得投票数
0

ランク
 of 21,091

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,083

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


how to remove 1.0e+03 * in command window during Matlab results?
What format should i select so that i may able to get results in simplest form. for examples i am getting result like this: ...

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

1

回答

質問


How to agree Inner matrix dimensions within this for loop?
Unable to multiply these matrices written below within for loop, Help me... clc; clear all format rat syms N N=3; I = ey...

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

0

回答

質問


Unable to get the diagonal matrix from an equation
I want to show the values of mu1 in the form of diagonal matrix but by using the command disp(diag(mu1))i am unable to get the d...

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

1

回答

質問


How to multiply a scalar matrix with a matrix in for loop?
My scalar matrix is: N=5; I = eye(N+1); disp(1/2 *I) but when i multiply this matrix with a matrix which is obtai...

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

1

回答

質問


Writing N+1 by N+1 Matrix in MATLAB
How can i write and use the attached matrix in MATLAB for any value of N? <</matlabcentral/answers/uploaded_files/76150/Matri...

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

1

回答

質問


Unable to multiply a matrix in loop with a matrix without loop?
Unable to execute u * q , where q and p are matrices of hermite polynomials. kindly help me.. clc; clear all % forma...

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

1

回答

質問


Help required in developing the code for attached expression.
i've to develop a MATLAB code for the following attached expression: where, N = 4, alpha = 0; beta = 0; ...

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

0

回答

質問


Error in displaying 3Dmesh in a for loop
i want to make a single program for displaying the numerical solution of u(x, t) and also showing the space time graph i.e. mesh...

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

0

回答

質問


plotting 3D surface grids
what specification should i use in order to get this sort (colour) of surf (X, Y, Z) grid attached below? <</matlabcentral/an...

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

1

回答

質問


How to plot a 3D figure in MATLAB to demonstrate the exact and numerical solution of a PDE?
i want to plot a figure in order to demonstrate the exact and numerical solution of a PDE by using a 3D plot in MATLAB. Data is ...

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

1

回答

質問


calculating the sum of values of Jacobi Polynomials
for this code given below i also want to calculate the sum of all these five values, kindly assist in this regard: clc; cle...

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

1

回答

質問


Jacobi polynomials in MATLAB
i want to execute jacobi polynomials for N = j-3 where j= 0, 1,...,4, a = b = 3 and x = -0.655, the code according to my knowled...

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

1

回答

質問


Gauss Lobatto quadrature nodes and weights of Jacobi polynomials
i want to calculate Gauss Lobatto quadrature nodes and weights of Jacobi polynomial, i've found a code but unable to run and und...

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

0

回答

質問


How to find different values of a function for i = 0 to 10
i want to calculate different values of h_k for k = 0 to 10 and alpha = beta = 1/2 where <</matlabcentral/answers/uploaded_fi...

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

2

回答