Community Profile

photo

Manas Ranjan Pattnayak


Last seen: 2 months ago Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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...

5 years ago | 2 answers | 0

2

answers

Question


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 ...

5 years ago | 1 answer | 0

1

answer

Question


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...

6 years ago | 1 answer | 0

1

answer

Question


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 ...

6 years ago | 0 answers | 0

0

answers

Question


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...

6 years ago | 0 answers | 0

0

answers

Question


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; ...

6 years ago | 1 answer | 0

1

answer

Question


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...

6 years ago | 0 answers | 0

0

answers

Question


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 = ...

6 years ago | 1 answer | 0

1

answer

Question


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?

7 years ago | 1 answer | 0

1

answer