How to fix the axis in curve fitting tool?

19 views (last 30 days)
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?

Answers (1)

Pankhuri Kasliwal
Pankhuri Kasliwal on 20 Aug 2020
  • 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 ?

Community Treasure Hunt

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

Start Hunting!