Statistiques
4 Questions
0 Réponses
RANG
298 045
of 301 800
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
0
RANG
of 21 411
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 176 593
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
Help with ODE45
here is my function that i need to solve with ODE45 function fun1=y(x) alfaf=-12; alfap=-6; pi=180; Kte=23.76; ...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Modeling SEM images into 3D
I need to model 3d form of the microstructure images taken from SEM. But I never study on this field. Any idea?
presque 9 ans il y a | 1 réponse | 0
0
réponseQuestion
How can i fix this? >> GP_Constrained Error: File: GP_Constrained.m Line: 11 Column: 1 This statement is not inside any function. (It follows the END that terminates the definition of the function "confun".)
function f = objfun(x) f =(1 + (x(1) + x(2) + 1).^2.*(19 - 14*x(1) + 3*x(1).^2 - 14*x(2) + 6*x(1).*x(2) + 3*x(2).^2)).*... ...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
How can i fix this error ? Failure in initial user-supplied objective function evaluation. FMINUNC cannot continue.
f = @(x1,x2) (1 + (x1 + x2 + 1).^2.*(19 - 14*x1 + 3*x1.^2 - 14*x2 + 6*x1.*x2 + 3*x2.^2)).*... (30 + (2*x1 - 3*x2).^2.*(...
environ 9 ans il y a | 1 réponse | 0
