photo

John Miller


Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

12 Preguntas
1 Respuesta

CLASIFICACIÓN
158.153
of 300.364

REPUTACIÓN
0

CONTRIBUCIONES
12 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
25.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.407

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How to solve ODE
Hello, I have following nonlinear ODE-System: G(x)*x'=0 How can I solve this ODE-System with respect to x'=f(x) so I ...

más de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to use jacobian in a specific case
Hello, I have following code: function dydt = fun_eval(t,x,a) global x0g f1 = [((119*x(2))/27 + (298176679735444...

más de 13 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Getting error by inverting a matrix
Hello, I changed a little bit the parameters of my matrix J, but now I dont get the inverse of J. Error message: Erro...

más de 13 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Mass matrix need to be square in ODE-solver?
Hello, I have following differential equation: M(y)*y'=0 with abs(y')=1 where M(y) is a 2x3 Matrix. The ode15s()-...

más de 13 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to use ode() solver
Hello, I have following code: ftod_sym=detofJac(doy); %here I calculate my symbolic vectorfield ftod_sym which is a functi...

más de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


fsolve and truncation error
Hello, how can I display the truncation error when I run fsolve? thank you

más de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


fsolve and complex solution?
Hello, my test function is f=x^2+1 the slution is easy : x1=i orx2=-i (both are imaginary) fsolve is not finding these va...

más de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Test of Approximately Equality
Hello, I have a value b and c. b and c are approximatly equal (b~c). They have +-5% difference. I want to test of approxi...

más de 13 años hace | 3 respuestas | 0

3

respuestas

Respondida
fmincon and constrains
My function f is a VECTOR ==> fmincon can not handle vectorfield... my f(x) is a function that returns a vector... Has anyone...

más de 13 años hace | 0

Pregunta


fmincon and constrains
Hello, I have a funktion f(x) f and x are vector which I want to minimize with fmincon() How can I implement fol...

más de 13 años hace | 3 respuestas | 0

3

respuestas

Pregunta


PULSe in Matlab Symbolic
Hi, I have a approximation of a rectangular function: function current=pulse(t) if (t-2.5*round(t/2.5-0.5))<=0.2 ...

más de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


step size control in fsolve
Hi, I have f(x,t)=0 for t=[0 10] . fsolve gives me the solutionvector x if the gradient of f is high, the step size of t s...

más de 13 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to catch an error
Hi, if I get an error I want change the algorithm: like this: if ERROR ALGORITHM 2 else ALGORITHM 1 end ...

más de 13 años hace | 2 respuestas | 0

2

respuestas