Removing Xaxis and Yaxis values
1.117 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Waseem Hussain
el 3 de Nov. de 2017
Comentada: Paulo Providencia
el 10 de Mzo. de 2023
Hey I have plotted a graph but I want to remove the values on the axis, I don't want the numbers to show
0 comentarios
Respuesta aceptada
Chenchal
el 3 de Nov. de 2017
% code
x = rand(1,100);
plot(x);
set(gca,'XTick',[], 'YTick', [])
3 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Exploration 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!