Filter löschen
Filter löschen

How to display coordinate and grid with Aero.Animation

1 Ansicht (letzte 30 Tage)
Gang Guo
Gang Guo am 21 Mai 2016
Beantwortet: marconi hello am 17 Sep. 2019
Hi,
There is an example code in Matlab. It works good.
h = Aero.Animation;
h.FramesPerSecond = 10;
h.TimeScaling = 5;
idx1 = h.createBody('pa24-250_orange.ac','Ac3d');
load simdata;
h.Bodies{1}.TimeSeriesSource = simdata;
h.show();
h.play();
I want it run with coordinate and grid displayed, so that I can know it's true position.
Please help, thank you!

Antworten (1)

marconi hello
marconi hello am 17 Sep. 2019
same question

Kategorien

Mehr zu Animation Based on MATLAB 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!

Translated by