photo

Nick


Last seen: Today Con actividad desde 2020

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

8 Preguntas
1 Respuesta

Cody

0 Problemas
2 Soluciones

CLASIFICACIÓN
31.092
of 300.365

REPUTACIÓN
1

CONTRIBUCIONES
8 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
62.5%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.933

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
92.642
of 168.262

CONTRIBUCIONES
0 Problemas
2 Soluciones

PUNTUACIÓN
30

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Answer
  • Thankful Level 3
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


Numerical Integrators With Problem-Based Optimization
I have an optimization problem where I will have to integrate some differential equations over a time horizon that is dependent ...

alrededor de 4 horas hace | 1 respuesta | 0

1

respuesta

Respondida
What is the best way to constrain a matrix to be positive definite ?
I agree with the other posts. There are multiple ways you can parameterize your positive definite matrix though with some offeri...

alrededor de 2 meses hace | 0

Pregunta


How to vectorize analytical derivative functions for bvp4c?
I want to use the vectorization option to speed up bvp4c while also providing analytical derivatives, but it is unclear to me ho...

8 meses hace | 2 respuestas | 0

2

respuestas

Pregunta


Best way to integrate equations of motion with zero order hold control inputs
I have some equations of motion that I want to integrate using an ODE solver. I also have a control input to these equations of ...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Is there a way to terminate integration when multiple events are triggered simultaneoulsy?
Multiple events can be included in an ODE event function, but it seems there is only capability to detect and act on each event ...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Do ODE solvers use location of root of event function in its solution even if integration isn't specified to stop?
Say I want to solve an ODE with a piece-wise continuous function and I want to accrurately capture the corner point in the solut...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Possible bug with coneprog?
I am wondering if this is a bug in coneprog or expected behavior. The example used to reproduce this is from https://www.mathwor...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


coneprog: Infeasibilities are satisfied in last step from iterative display but exitflag is still -2 (NoFeasiblePointFound)
I am trying to solve a trajectory optimization problem with coneprog under the problem-based approach and am having convergence ...

más de 3 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Is there a way to comment out all unused lines in an automatically generated code at once?
I am using matlabFunction to automatically generate very large symbolic functions. In the generated function, there are a number...

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

1

respuesta

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

más de 5 años hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

más de 5 años hace