Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

customised x data clustered around 0 axis in matlab plot

1 visualización (últimos 30 días)
Tino
Tino el 28 de Mayo de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Hi
Can anyone help me solve this issuse
labels = [0 2000 4000 6000 8000 10000 12000];
disp(plot(X));
set(gca, 'XTick', 1:numel(labels));%this puts the labels at x=1,2,3,4,5,6,7
set(gca, 'XTickLabel', cellfun(@num2str,num2cell(labels), 'UniformOutput', false);
The numbers are clustered around the zero axis. How do I solve this
Thanks
Tino

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Productos


Versión

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by