Adding a new plot to existing figure

26 次查看(过去 30 天)
I am using the curve fitting toobox to smoothen out my existing data. My original data (without smoothening) consists of 2 plots, and both of these plots have to be smoothened. But in the curve fitting toolbox i am only able to select one X and Y data to fit each time. Is there a way by which i can add another y axis so that i can fit smoothen both data values in one single graph?
Or is there another way to do it? I am attaching my orginal plot which has to be smoothened out.
  1 个评论
Scott MacKenzie
Scott MacKenzie 2021-7-27
If you just want to smooth the data for plotting, then you don't need to use the curve fitting toolbox. You can just use plot followed by hold on, then plot again with smoothed data. For smoothing, you can use built-in functions like smoothdata or interp1. If the plot gets too cluttered, you can use subplot or tiledlayout to create separate plots showing different amounts and types of smoothing.

请先登录,再进行评论。

回答(1 个)

Swetha Polemoni
Swetha Polemoni 2021-7-30
Hi
You cannot have two y axes in fit however you can have z axis along with x and y axes to fit your data. Here is an example that you might find helpful to have the surface fit Fit a Polynomial Surface

类别

Help CenterFile Exchange 中查找有关 Smoothing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by