photo

Usman Saleem


Last seen: 3 months 前 自 2019 起处于活动状态

Followers: 0   Following: 0

消息

Mathematician

统计学

MATLAB Answers

4 个提问
0 个回答

排名
29,217
of 299,823

声誉
1

贡献数
4 个提问
0 个回答

回答接受率
75.0%

收到投票数
1

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,136

贡献数
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 years 前 | 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...

4 years 前 | 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...

4 years 前 | 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 years 前 | 1 个回答 | 1

1

个回答