Statistiques
8 Questions
0 Réponses
RANG
146 735
of 300 302
RÉPUTATION
0
CONTRIBUTIONS
8 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
0
RANG
of 20 911
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 040
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
Feeds
Question
How to take 1 out of every 10 values from a vector?
Hello, I have problems with a vector that I am working with, it has more than 10,000 elements, but I just need to know the trend...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
Oprimization problems with differential equations
Hello, I have this program and I am trying to make the optimized data converge as best as possible with the real data, but the o...
plus de 2 ans il y a | 1 réponse | 0
0
réponseQuestion
Problen with optimization of two parameters, and with differential equations
I made this program for a chemistry class, but for some reason it shows that the objective function enters optimal values but th...
plus de 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
I need that the values of x(1) and x(2) are not higher than 1 using the Genetic algorith for optimization
Hi, I am having some questions with the use of Genetic algorith for optimization, here is my program clc clear all fun_obje...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Can you help me with the output of my optimizer?
I have this program from par0 = [0.1,0.0001,100];% initial values history = []; fun_objetivo = @(par,pfrac)FunObjetivo(par);...
plus de 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
I need to create a 3d plot from an optimizer
I have this prograsm par0 = [0.005276, 0.5017, 88.6357];% initial values fun_objetivo = @(par,pfrac)FunObjetivo(par); options...
plus de 4 ans il y a | 1 réponse | 0
0
réponseQuestion
I need to create a 3d plot with each step of fminsearch
Hi, here is my program par0 = [0.005276, 0.5017, 88.6357];% initial values fun_objetivo = @(par,pfrac)FunObjetivo(par); ...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Estimate parameters of Ordinary Differential Equations (ODE)
Hello, this code was from a post of some years ago. I am trying to estimate parameters of Ordinary Differential Equations (ODE)....
plus de 4 ans il y a | 1 réponse | 0