photo

Usman Saleem


Last seen: 4개월 전 2019년부터 활동

Followers: 0   Following: 0

메시지

Mathematician

통계

MATLAB Answers

4 질문
0 답변

순위
29,222
of 300,352

평판
1

참여
4 질문
0 답변

답변 채택
75.0%

획득한 표
1

순위
 of 20,928

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,212

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Symbolic function expected 3 inputs and received 2
I want to compute the following code. syms u(x,y,t) v(x,y,t) w(x,y,t) a1 a2 mu p(x,y,t) r x y I=[1,0;0,1]; VV = [diff(u,x...

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

1

답변

질문


How to calculate the coefficients of a non-polynomial?
I want to subtitute this expansion in an equation and want to equate the coefficients of powers of , so that i can solve them af...

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


How to use unique in a conditional statement nested in for loop?
I want to apply "unique" function on sol to get rid of repeated arrays. n = 10000; for a = 1:n for b = 1:n x...

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

1

답변

질문


How can I plot ode 45 for different values of a constant after specific time?
I want to change the value of del after given time interval. T = 1:1:3500; del = 0; % For T=1:1:3100 del = 1; %...

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

1

답변