필터 지우기
필터 지우기

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 CenterFile Exchange에서 Animation Based on MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by