3d scatter plot for a grouping data
32 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Zeynab Mousavikhamene
el 29 de Abr. de 2020
Respondida: Ameer Hamza
el 29 de Abr. de 2020
I am searching for a 3D version of gscatter. I know it was asked a while ago and apparently there was no function available at that time.
I wana check if it is added to newer version of matlab?
0 comentarios
Respuesta aceptada
Ameer Hamza
el 29 de Abr. de 2020
gscatter3 is not available as a built-in function in MATLAB. You can write your own wrapper around plot3() to get the same effect as gscatter3. Chad's answer to that question also shows suggest a method. You can also directly use this FEX submission: https://www.mathworks.com/matlabcentral/fileexchange/37970-gscatter3, which internally uses plot3() to give the same result as gscatter in 3D.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Scatter 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!