photo

杨杨 蒋


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

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
234,261
of 300,217

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 20,892

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,741

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


colorbar刻度设置
如何利用图窗的属性编辑器将右图的colorbar刻度设置的与左图一样。或者说将图中各颜色范围变大,将蓝色范围变小其他颜色范围扩大,就如左图一样明显。

2 years 前 | 0 个回答 | 0

0

个回答

提问


如何编写循环遍历变量所有组合的代码
Below is part of the code of my main function IntCon = 3; nonlcon = @yueshu; options = optimoptions('ga','PlotFcn', {@gaplotb...

2 years 前 | 0 个回答 | 0

0

个回答

提问


How to solve the problem that the hybrid algorithm in mixed integer programming is ignored
lb = [0.0002 0.0002 5]; ub = [0.001 0.002 19]; intcon = 3; nonlcon = @yueshu; hybridopts = optimoptions('fmincon','Optim...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Genetic algorithm hybrid scheme with integer constraints
IntCon = 3; nonlcon = @yueshu; options = optimoptions('ga','PlotFcn',{@gaplotbestf,@gaplotstopping},'Display','diagnose',... ...

2 years 前 | 0 个回答 | 0

0

个回答

提问


When the genetic algorithm has integer constraint issues, how to customize the variogram to eliminate the ignored warning
Use the genetic algorithm to solve the single target minimum and the optimal solution of three variables, where two variables ar...

2 years 前 | 1 个回答 | 0

1

个回答