3d plot of 3 numerical parametric functions, each having 3 independent variables
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i have 3 data sets, not symbolic functions, where each data set is result of calculation/simulation with 3 independent variables. i want to plot the 3 data sets (parametric functions) in 3d. i dont think a surface plot is possible since it will not be a smooth surface or a hollow shape. i think the output should look like a scatter plot. i dont need to show the independent variables in the plot.
that is: F = f(x,y,z); G = g(x,y,z); H = H(x,y,z);
i want to make a 3d plot of F, G, H. no need to show x,y,z and then, calculate which point on the 3d plot is closes to the origin. (this one is easy)
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Surface and Mesh Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!