Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to set markspacing on matlab?

1 回表示 (過去 30 日間)
John W. Z
John W. Z 2016 年 6 月 20 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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 件のコメント
Joseph Cheng
Joseph Cheng 2016 年 6 月 20 日
no figure shown. whats wrong?

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by