photo

Nick


Last seen: 5 jours il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

7 Questions
1 Réponse

Cody

0 Problèmes
2 Solutions

RANG
30 822
of 300 343

RÉPUTATION
1

CONTRIBUTIONS
7 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
71.43%

VOTES REÇUS
1

RANG
 of 20 926

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
92 591
of 168 172

CONTRIBUTIONS
0 Problèmes
2 Solutions

SCORE
30

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Answer
  • Thankful Level 3
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

environ 2 mois il y a | 0

Question


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 mois il y a | 2 réponses | 0

2

réponses

Question


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

environ un an il y a | 1 réponse | 0

1

réponse

Question


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

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


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

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


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

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 3 ans il y a | 1 réponse | 1

1

réponse

Question


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

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

1

réponse

A résolu


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

plus de 5 ans il y a

A résolu


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

plus de 5 ans il y a