photo

Manas Ranjan Pattnayak


Last seen: 대략 2년 전 2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

9 질문
0 답변

순위
242,965
of 301,383

평판
0

참여
9 질문
0 답변

답변 채택
55.56%

획득한 표
0

순위
 of 21,252

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,306

참여
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

답변