フィルターのクリア

How to display coordinate and grid with Aero.Animation

1 回表示 (過去 30 日間)
Gang Guo
Gang Guo 2016 年 5 月 21 日
回答済み: marconi hello 2019 年 9 月 17 日
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!

回答 (1 件)

marconi hello
marconi hello 2019 年 9 月 17 日
same question

カテゴリ

Help Center および File ExchangeAnimation Based on MATLAB についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by