need urgent help please anybody modify my simple code
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
hi everyone i want axis adjustment with respect to scaling . i want exact points at 0.1 0.2 0.3 0.4 0.5 0n X axis and 0 1 2 3 4 on Y axis but my figure show 0 0.5 1 1.5 2 2.5 3 3.5 4 and 0.1 0.15 0.2 0.25 0.3 0.35 0.45 0.5.Please help me to adjust it please .my code and output is in figure i want to learn can anyone re modify my code according to my requirement please my math teacher want assignment please help me by modifying my code please
0 comentarios
Respuestas (2)
Ingrid
el 2 de Mzo. de 2016
please have a look at
doc plot
more specifically check the Examples and How To section where it is explained that you can achieve this behaviour by using
set(gca,'XTick',yourDesiredTicks)
set(gca,'YTick',yourDesiredTicks)
0 comentarios
Ver también
Categorías
Más información sobre Graphics Objects 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!