photo

Da Bu


Last seen: 1 year 前 自 2021 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

0 个提问
3 个回答

ThingSpeak

1 公开的 个频道

排名
5,039
of 299,737

声誉
10

贡献数
0 个提问
3 个回答

回答接受率
0.00%

收到投票数
5

排名
 of 20,791

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,655

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
1 公开的 个频道

平均
30

贡献数
0 个亮点

平均赞数

  • First Answer
  • First Review

查看徽章

Feeds

排序方式:

频道


WEMOS_TEST

8 months 前

已回答
how can we link aquacrop to matlab for sensitivity analysis
Maybe this link will be useful: https://github.com/aquacropos/aquacrop-matlab

2 years 前 | 0

已回答
Adding variable values into legend
Maybe this code can help you: x = 1:.1:3; colors = jet(5); for n = 1:5 plot(x,sin(x)*n,'color',colors(n,:),'DisplayNam...

4 years 前 | 5

已回答
how to do plotting with different colors in same figure?
for a small set of colors, you can use ColorOrderIndex t=1:0.1:2*pi; for i=1:5 plot(t,sin(t)*i), hold on ax = gca; ...

4 years 前 | 0