Interplorating on Cartesian coord( triplet points)
Ältere Kommentare anzeigen
>>X= [1 2 3 4 5
1 2 3 4 5
1 2 3 4 5
1 2 3 4 5
1 2 3 4 5] <-enter
>>Y=[1 1 1 1 1
2 2 2 2 2
3 3 3 3 3
4 4 4 4 4
5 5 5 5 5] <-enter
>>z =[152 89 100 100 100
103 0 100 100 100
89 13 100 100 100
115 100 187 200 111
100 85 111 97 48] <-enter
scatter3(X(:), Y(:), z(:))
But the result wants to be connected all point.. Looking fir a solution ato show an Interplorating surface on the of view? :)
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 12 Jan. 2013
1 Stimme
1 Kommentar
Debbie
am 13 Jan. 2013
Kategorien
Mehr zu Spline Postprocessing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!