photo

Manas Ranjan Pattnayak


Last seen: plus d'un an il y a Actif depuis 2017

Followers: 0   Following: 0

Statistiques

MATLAB Answers

9 Questions
0 Réponses

RANG
192 787
of 300 379

RÉPUTATION
0

CONTRIBUTIONS
9 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
55.56%

VOTES REÇUS
0

RANG
 of 20 931

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 299

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

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

environ 7 ans il y a | 2 réponses | 0

2

réponses

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

environ 7 ans il y a | 1 réponse | 0

1

réponse

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

plus de 7 ans il y a | 1 réponse | 0

1

réponse

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

plus de 7 ans il y a | 1 réponse | 0

0

réponse

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

presque 8 ans il y a | 1 réponse | 0

0

réponse

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

environ 8 ans il y a | 1 réponse | 0

1

réponse

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

environ 8 ans il y a | 1 réponse | 0

0

réponse

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

environ 8 ans il y a | 1 réponse | 0

1

réponse

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?

plus de 8 ans il y a | 1 réponse | 0

1

réponse