Increase temporal granularity in simulink
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello, I have a simulink model based on the spacecraft dynamics example here:
that by default outputs the satellite position at intervals of roughly 10s when not pointing at specific targets (i.e. is in a "point at Nadir" state).
Is it possible to increase the temporal granularity across the whole orbit, in order to have for example a largest time step of 0.5s, even when pointing at Nadir?
Thank you
0 Kommentare
Akzeptierte Antwort
Paul
am 13 Sep. 2024
Do you just want to set the maximum step size for the solver?
3 Kommentare
Paul
am 16 Sep. 2024
Simulation pacing controls how fast the simulation runs relative to real time, but doesn't change anything with respect to the solver step size or signal logging (at least not as I understand it), which is what I thought was the crux of this question.
Perhaps I don't understand what's intended by "have ... a largest time step of 0.5s."
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Aerospace Applications finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!