photo

Manas Ranjan Pattnayak


Last seen: 約2年 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
0 回答

ランク
251,967
of 301,513

評判
0

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

回答採用率
55.56%

獲得投票数
0

ランク
 of 21,312

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,031

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How to find area of all possible polygons?
n = 5; % No. of control points array = 1:1:n; p=arrayfun(@(k) num2cell(nchoosek(array,k),2), 3:length(array), 'u...

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

2

回答

質問


How to find all the possible permutations in a given array?
The following vector is x = [1 ; 2 ; 3 ; 4 ; 8 ]; I want to find all possible permutations of the given vector by taking 5 ...

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

1

回答

質問


How to plot a 3-D grid from a set of points with coordinates?
<</matlabcentral/answers/uploaded_files/112112/2rpUE.png>> I have the following set of control points to draw the Bezier surf...

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

1

回答

質問


How to apply periodic boundary condition in a finite difference method?
I have a matrix 'q' with dimension 120*120 which will be used in finite difference method. But for the finite difference method ...

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

0

回答

質問


How to code the following assembly line balancing problem.
s = [1 1 1 1 2 6 8 10 3 4 5 7 9 ]'; t = [2 3 4 5 6 8 10 11 7 7 7 9 11]'; names = {'1' '2' '3' '4' '5' '6' '7' '8' '9' '10...

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

0

回答

質問


How to debug this type of error ??
d_p = 0.8; d_b = 3.9; c_b = 4.39; l = 10.6; n_t=6; n_z=1; nt = 400; ...

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

1

回答

質問


How to convert circumferential data to angular data in Matlab?
I have a Matrix H which is the addition of two matrix G,FF .Both G and FF must be defined with circumferential data i.e. x...

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

0

回答

質問


How to solve the error in the following code ''Index Exceeds matrix dimension"?
nt = 100; nz = 60; x=linspace(0,2*pi*50,nt); y=linspace(-80,20,nz); [X,Y]=meshgrid(x,y); for i = ...

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

1

回答

質問


How to know which line is intersecting a curve mostly?
I have a set of curves & a set of lines.I want to know which line intersects the most with a curve?

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

1

回答