杨杨 蒋
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
222,712
of 295,467
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
colorbar刻度设置
如何利用图窗的属性编辑器将右图的colorbar刻度设置的与左图一样。或者说将图中各颜色范围变大,将蓝色范围变小其他颜色范围扩大,就如左图一样明显。
11 months ago | 0 answers | 0
0
answersQuestion
如何编写循环遍历变量所有组合的代码
Below is part of the code of my main function IntCon = 3; nonlcon = @yueshu; options = optimoptions('ga','PlotFcn', {@gaplotb...
1 year ago | 0 answers | 0
0
answersQuestion
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...
1 year ago | 1 answer | 0
1
answerQuestion
Genetic algorithm hybrid scheme with integer constraints
IntCon = 3; nonlcon = @yueshu; options = optimoptions('ga','PlotFcn',{@gaplotbestf,@gaplotstopping},'Display','diagnose',... ...
1 year ago | 0 answers | 0
0
answersQuestion
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...
1 year ago | 1 answer | 0