photo

Ujjal Dey


Last seen: 2년 초과 전 2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

3 질문
1 답변

순위
209,233
of 297,457

평판
0

참여
3 질문
1 답변

답변 채택
0.0%

획득한 표
0

순위
 of 20,438

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 158,938

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Numerical integration with a variable integration limit
At first, try with "int" command and form a final function of your desired variable. Ex: f2=@(x) int (f1(x,z),z);

8년 초과 전 | 0

질문


Want to divide the element into mesh and to get the data of nodes and elements. But its showing error
if true % code end%Density_of_mesh = input('Enter the Mesh Density (max:5): '); Density_of_mesh = 4; Thickness...

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

0

답변

질문


Illegal use of reserved keyword "else".
if ( found ) [r, pclon, pclat] = cspice_reclat( point ); % Let re, rp, and f be the satellite's longer equatorial ...

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

1

답변

질문


I want to calculate this integral
I am trying this command but, it is showing error every time integral( @(k)integral3(@(r,t,s)Ft,0,60,0,pi,0,2*pi), 0, 2*pi,...

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

1

답변