필터 지우기
필터 지우기

ToHow can we subtract two graphs using a command...?

조회 수: 10 (최근 30일)
Maimoona Asad
Maimoona Asad 2022년 1월 4일
답변: laurent jalabert 2022년 1월 5일
I ploted two rf plots. But i want to subtract these two graphs how can I do this..?
  댓글 수: 1
DGM
DGM 2022년 1월 4일
What kind of plots? How is the data arranged? Did you make the plots? Do you have the arrays used to make the plots? Can't you just subtract the arrays?

댓글을 달려면 로그인하십시오.

답변 (1개)

laurent jalabert
laurent jalabert 2022년 1월 5일
as the coordinates of each points of those 2 graphs are probably not matching, I suppose that you can use linspace or spline functions, which generate a new vector containing "artificial" data between each plotted points . Then you can substract point-per-point and display the new graph.

카테고리

Help CenterFile Exchange에서 Directed Graphs에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by