How to fix the axis in curve fitting tool?

12 Ansichten (letzte 30 Tage)
Edem Boahen
Edem Boahen am 7 Aug. 2020
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?

Antworten (1)

Pankhuri Kasliwal
Pankhuri Kasliwal am 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 ?

Kategorien

Mehr zu Get Started with Curve Fitting Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by