Question on subtracting two graph(surface)
54 views (last 30 days)
Show older comments
Hello,
Say I have line 'A' that has coordinate (0,0) , (1,1) and line 'B' that has coordinate (0.5, 0.5) , (1.5, 1.5)
this can be two lines, or parts of two different surfaces.
I want to subtract these two, and the result should give horizontal line at y=0 between x = 0.5~1, right?
However, the only way I can think of subracting is by cooridnates.
I have many data points, so interpolating each line won't work.
Is there a way to subtract the whole line instead of subtracting coordinate by coordinate?
Thank you
2 Comments
Sandeep Mishra
ungefär 20 timmar ago
Based on the data points for lines 'A' and 'B', it seems they both lie on the line y = x.
Could you clarify what you mean by subtracting these two lines? What result are you expecting?
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!