How to fix the axis in curve fitting tool?

조회 수: 19 (최근 30일)
Edem Boahen
Edem Boahen 2020년 8월 7일
답변: Pankhuri Kasliwal 2020년 8월 20일
I'm trying to fit some set of data to a surface using the curve fitting toolbox. I then want to save this surface as png files and use them to create an animation. But the problem is anytime I modify the data point (x and Y components are constant, the axis keep changing. How can I manually fix the axis in the curve fitting toolbox?
Also is there any other way to animate a surface in matlab?

답변 (1개)

Pankhuri Kasliwal
Pankhuri Kasliwal 2020년 8월 20일
  • To animate the surface, use a for loop to change the data in your plot. To replace the surface data, set the "XData", "YData", and "ZData" properties of the surface to new values. To control the speed of the animation, use "pause" after updating the surface data. For more information on this please see the Link.
  • Have you tried fixing the axes using "Adjust axes limits" on the toolbar ?

카테고리

Help CenterFile Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by