Adding a new plot to existing figure

조회 수: 42 (최근 30일)
vishakha nagarajan
vishakha nagarajan 2021년 7월 27일
답변: Swetha Polemoni 2021년 7월 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