Shubham Maurya - MATLAB Central
photo

Shubham Maurya


Last seen: 3ヶ月 前 2014 年からアクティブ

Followers: 0   Following: 0

Pursuing B.Tech Aerospace Engineering at Indian Institute of Space Science and Technology. Loves to solve CFD and FEM problems using MATLAB.

統計

All
CodyMATLAB AnswersFile ExchangeFrom 07/14 to 03/25Use left and right arrows to move selectionFrom 07/14Use 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

11 質問
4 回答

File Exchange

5 ファイル

Cody

0 問題
38 解答

ランク
7,102
of 297,457

評判
6

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

回答採用率
45.45%

獲得投票数
2

ランク
2,326 of 20,438

評判
751

平均評価
4.50

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

ダウンロード
39

ALL TIME ダウンロード
6040

ランク
14,091
of 158,938

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

スコア
360

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • 5-Star Galaxy Level 4
  • Personal Best Downloads Level 3
  • First Review
  • First Submission
  • Thankful Level 3
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer
  • Triathlon Participant
  • Scavenger Finisher
  • Solver

バッジを表示

Feeds

表示方法

回答済み
How can I update my password for Mathworks account?
You can view this answer <http://in.mathworks.com/matlabcentral/answers/96841#answer_106192 How can I recover the password ...

8年以上 前 | 0

回答済み
can we run a matlab file without saving it?
Actually by default, the Matlab asks for saving the file or script with a name followed by .m extension. So, I don't think its p...

8年以上 前 | 0

| 採用済み

回答済み
Code performance tremendously slower than before
Sometimes, removing the orange color warning in the script file makes execution faster. Try this if you have not.

9年弱 前 | 0

回答済み
Displaying grid in Matlab animation window
I think adding this line would suffice grid on;

9年弱 前 | 0

質問


How to plot symbolic row matrix in MATLAB?
I have a row vector whose elements are all some arbitrary functions of x. How to plot this row vector on y-axis and index of ele...

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

1

回答

質問


How to improve performance of sparse matrix indexing in Matlab?
I have a big sparse matrix and it takes lot of time to execute the whole code.

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

1

回答

質問


Plotting stream function as filled contour surface?
I have a matrix with columns denoting 'theta' and rows denoting 'radial distance'. I want to obtain a plot of stream function co...

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

0

回答

質問


How to solve this ode?
E=200e9; syms x; A=10*(20-x); q=x; Boundary conditions u(0)= 0 and u'(x=l0)=100/(100*E)) <</matla...

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

1

回答

質問


How to use feval in this code. I am getting this error: Argument must contain a string or function_handle.
syms t g g= feval('f',((x(2)-x(1))*t+(x(1)+x(2)))/2) % g is now a function of t a=w1*feval(g,x1)+w2*feval(g,x2)+w3*feval(g,x...

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

1

回答

質問


How to initialize a row vector with value zero of size 1xn?
Say, I have a row vector A having n elements. I want to make all elements zero. * For e.g., in 2-d, we write A=zeros(n)

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

1

回答

質問


How to solve system of linear equations obtained from FEM in MATLAB?
Consider Ax=B where A is 4x4 and two values of x are known and 2 values of B are known. Then how to find other four unknowns?

約9年 前 | 0 件の回答 | 2

0

回答

質問


Help with plotting contour.
r=-5:.2:5; [X,Y]=meshgrid(r,r); Z=30-2*X; pcolor(Z) This is the temperature distribution. Now I want to label each color in ...

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

1

回答

質問


How do I plot colored temperature distribution on a rectangular plate?
I have the data for temperature at every point and I want continuous colored plot corresponding to each temperature. Say, red fo...

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

1

回答

質問


How to solve this ODE? Urgent help!!
<</matlabcentral/answers/uploaded_files/15845/e.png>> Please explain step wise and also I want a plot of m vs. t t varies fr...

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

1

回答

質問


How to solve ODE's and find m(t) using matlab? Urgent!!
Here is the given ODE for which I need a solution: <</matlabcentral/answers/uploaded_files/15837/c.png>> Please ...

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

1

回答