Data in 3D surface Plot

Hi,
Following 3 data sets create 3 curves in 3D space.
How do I plot surface passing through these 3lines?
Is it possible to find the model equation?
T1=[2.6,3.5,4.6,7.9,10.7; 3.1,3.0,3.1,2.9,2.8; 5.4,6.5,7.5,10.8,13.7];
T2=[2.6,3.5,4.6,7.9,10.7; 3.4,3.3,3.2,3.1,2.9; 2.0,3.7,4.3,6.3,8.4];
T3=[2.6,3.5,4.6,7.9,10.7; 4.4,4.3,4.1,4.0,3.8; 1.2,2.5,2.7,3.9,4.7];
Regards
Steve

답변 (1개)

Walter Roberson
Walter Roberson 2012년 7월 8일

0 개 추천

There are an infinite number of equations that pass exactly through any finite set of points, and all of those equations are as valid as each other. It is therefore not possible to find the model equation unless you have some information as to what the form of the model equation should be.
For the surface, please look at TriScatteredInterp

카테고리

질문:

2012년 6월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by