photo

杨杨 蒋


Last seen: presque 2 ans il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

MATLAB Answers

5 Questions
0 Réponses

RANG
125 342
of 300 365

RÉPUTATION
0

CONTRIBUTIONS
5 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
40.0%

VOTES REÇUS
0

RANG
 of 20 933

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 262

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Question


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

presque 2 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 2 ans il y a | 1 réponse | 0

0

réponse

Question


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...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 2 ans il y a | 1 réponse | 0

0

réponse

Question


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...

plus de 2 ans il y a | 1 réponse | 0

1

réponse