How can i get a smooth curve for a singly curved shell ,surface plot for a 4*4 mesh.I cannot increase the mesh size.
Mostra commenti meno recenti
Co-ordinates X Y Z
0 0 0.000000000000000
0 0.019050000000000 0.000000000000000
0 0.038100000000000 0.000000000000000
0 0.057150000000000 0.000000000000000
0 0.076200000000000 0.000000000000000
0.025368945899734 0 0.001269599062100
0.025368945899734 0.019050000000000 0.001269599062100
0.025368945899734 0.038100000000000 0.001269599062100
0.025368945899734 0.057150000000000 0.001269599062100
0.025368945899734 0.076200000000000 0.001269599062100
0.050766112417292 0 0.001692955556747
0.050766112417292 0.019050000000000 0.001692955556747
0.050766112417292 0.038100000000000 0.001692955556747
0.050766112417292 0.057150000000000 0.001692955556747
0.050766112417292 0.076200000000000 0.001692955556747
0.076163278934849 0 0.001269599062100
0.076163278934849 0.019050000000000 0.001269599062100
0.076163278934849 0.038100000000000 0.001269599062100
0.076163278934849 0.057150000000000 0.001269599062100
0.076163278934849 0.076200000000000 0.001269599062100
0.101532224834583 0 0.000000000000000
0.101532224834583 0.019050000000000 0.000000000000000
0.101532224834583 0.038100000000000 0.000000000000000
0.101532224834583 0.057150000000000 0.000000000000000
0.101532224834583 0.076200000000000 0.000000000000000
2 Commenti
Walter Roberson
il 3 Gen 2013
Is there a question of some kind of accuracy to be retained? Is there a data model to rely on? Or should the surface just be "whatever looks good" as long as it has those values at those particular locations?
Deviprakash Upadhyaya
il 3 Gen 2013
Risposta accettata
Più risposte (2)
Lalit Patil
il 3 Gen 2013
0 voti
plot3(X,Y,Z,'r.')
Azzi Abdelmalek
il 3 Gen 2013
Modificato: Azzi Abdelmalek
il 3 Gen 2013
x=reshape(X,5,[])
y=reshape(Y,5,[])
z=reshape(Z,5,[])
mesh(X,Y,Z)
Categorie
Scopri di più su Smoothing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!