Borrar filtros
Borrar filtros

How to fix the axis in curve fitting tool?

16 visualizaciones (últimos 30 días)
Edem Boahen
Edem Boahen el 7 de Ag. de 2020
Respondida: Pankhuri Kasliwal el 20 de Ag. de 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?

Respuestas (1)

Pankhuri Kasliwal
Pankhuri Kasliwal el 20 de Ag. de 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 ?

Categorías

Más información sobre Get Started with Curve Fitting Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by