How can I find 'delta' between 3 or more surfaces?

조회 수: 1 (최근 30일)
A
A 2014년 4월 2일
댓글: Marta Salas 2014년 4월 3일
Consider following sample surfaces:
x = [-20:20];
y = [-20;20];
z1 = x + y;
z2 = x + 2y;
z3 = x + 3y;
For a given x and y value, how can I find out which of the three above equations has a value for z that is unique to that equation for that given x and y? For example (hypothetical), for x = 1, and y = 3, z1 gave 3, z2 gave 3, but z3 gave 6, then I would want to know that z3 is different at x = 1 and y = 3.
I want to see this in either a data table form or in a graphical form of some sort. What do people here think I should do?
Thank you
  댓글 수: 1
Marta Salas
Marta Salas 2014년 4월 3일
This question is similar to the one you posted some days ago. They already suggested you a solution when you have more than 2 surfaces: http://www.mathworks.com/matlabcentral/answers/122629-distinguishing-between-two-surfaces

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

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by