Animating measured data over time

1 view (last 30 days)
Mark
Mark on 13 Mar 2014
Answered: Jan on 15 Apr 2014
I have collected, measured data for internal erosion in a pipe. What I want to do is animate the erosion based on the data inside the pipe, to get a visual profile, but I'm not sure the best tool to use. MATLAB would be good to read and handle the data, but in terms of creating the visual, I'm not sure. SIMULINK 3D Animation? I've never used SIMULINK before. Is there other software out there that would be good for this? Thanks for the direction.

Answers (1)

Jan
Jan on 15 Apr 2014
Hi Mark,
Simulink 3D Animation has also a MATLAB interface, you don't need Simulink in order to work with it. If you can describe the erosion as changing the shape of a planar border between pipe material and the inside medium, Simulink 3D Animation will be suitable. See the vrheat example how IndexedFaceSet objects (similar to MATLAB Patch objects) can be manipulated using SL3D MATLAB interface.
I can imagine applying also some plane fitting to best express the eroded shape by a simplified shape consisting of triangular / quadrilateral faces.
Best Regards,
Jan

Categories

Find more on View and Analyze Simulation Results in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!