Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How to set markspacing on matlab?

2 Ansichten (letzte 30 Tage)
John W. Z
John W. Z am 20 Jun. 2016
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Hi,
considering two matrix (1*1000 double):
a b
and the plot code:
figure('NumberTitle', 'off', 'Name', 'f(x) Comparison');
hold on;
set(gca,'YScale','log');
xlabel('Iteration');
ylabel('f(x)');
plot(a);
plot(b(1:20:1000),'--Diamond');
hold off;
It shows below which is apparently wrong.
How to modify that?
  1 Kommentar
Joseph Cheng
Joseph Cheng am 20 Jun. 2016
no figure shown. whats wrong?

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by