photo

dayu


Last seen: 2 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
283,761
of 300,417

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,961

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,731

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Explorer
  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to put hat over a greek symbol express its value in legend of a plot?
I want to write expressions like alpha_0 cap(or hat)=0, alpha_0 cap(or hat)=1 and so on in legend of a plot. Need to display ...

6 years 前 | 2 个回答 | 0

2

个回答

提问


Why matlab does not integrate?
why matlab don't integrate for my code?

6 years 前 | 1 个回答 | 0

1

个回答

提问


How can I get integral of following function? Matlab is not showing result?
syms p k y >> z=sqrt((p*exp(-k*y))/(1-(1-p)*exp(-2*k*y))) z = ((p*exp(-k*y))/(exp(-2*k*y)*(p - 1) + 1))^(1/2) >> i...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to convert function with elliptic integrals containing symbolic variables to that which contain numerical values?
syms x a f=(1/sqrt(x*((x^2)-a))) d=(int(f)) f = 1/(-x*(- x^2 + a))^(1/2) d = -(2*a^(1/2)*(-x/a^(1/2))^(1/2...

7 years 前 | 1 个回答 | 0

1

个回答