![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/npn0010auburnedu_1515646277382_DEF.jpg)
Nick
Followers: 0 Following: 0
Statistik
RANG
30.786
of 297.016
REPUTATION
1
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
1
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 ...
5 Monate vor | 1 Antwort | 0
1
AntwortFrage
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 ...
11 Monate vor | 1 Antwort | 0
1
AntwortFrage
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...
12 Monate vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 2 Jahre vor | 1 Antwort | 1
1
AntwortFrage
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...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortGelöst
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...
fast 5 Jahre vor
Gelöst
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:...
fast 5 Jahre vor