photo

Ashok Das


Last seen: 거의 2년 전 2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

9 질문
0 답변

순위
26,115
of 300,364

평판
1

참여
9 질문
0 답변

답변 채택
33.33%

획득한 표
1

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Solution of second order BVP with variable functions
Hello everyone, I am trying to solve the following 2nd order BVP: where p and q are known functions with constant parame...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


parallel computing in Genetic algorithm
Hello everyone, I am using the genetica algorithm code 'ga' to optimize my function. However, it is taking very large amount of...

대략 4년 전 | 답변 수: 2 | 0

2

답변

질문


Integration of functions of 1 and 2 vaiables
I have two questions: I have a function like this: f(x) = 1 (if x=0) and f(x)=0 (if x~=0). How can I integrate between any int...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Problem in 2 dimensional numerical integration
I am trying to integrate a function of the form , (where H is the heaviside function) for the domain , where and are fixed c...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


Solving system of ODEs
I have a system of DEs similar to the following: If the variable Z is not present (i.e. eq (3) also), then I can solve it using...

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Interpolation of matrices corresponding to time vector
I have a vector containing time points, and a cell structure containing matrices as its elements. I want to interpolate the cor...

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Importing big txt files
I have text file (.txt) of size around 20gb. I need to import it to Matlab. I tried using A = load('file.txt') , but it'...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Conditional function creating with @ handle
If I want to make a function f(x,y) = x+y, we do f= @(x,y) x+y Now I want to create a function of the form, f(x,y) = x+y if ...

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to delete elements from structure
I have a structure of the above kind. Lets choose , cell.population(1).type = 1 cell.population(2).type = 2 cell.populati...

거의 7년 전 | 답변 수: 4 | 1

4

답변