<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>imakov</author_name>
  <author_url>https://blog.hatena.ne.jp/imakov/</author_url>
  <blog_title>imakov’s blog</blog_title>
  <blog_url>https://imakov.hatenablog.com/</blog_url>
  <categories>
    <anon>MATLAB</anon>
  </categories>
  <description>図の目盛の値を文字列にしたいとき 例えば、横軸をA, B, C, D, Eとしたい時は、以下のようにする。 x = 1:0.1:5; y = rand(size(x)); xtick = 1:5; xticklabel = {'A' 'B' 'C' 'D' 'E'}; plot(x, y, 'b') set(gca, 'XTick', xtick, 'XTickLabel', xticklabel) 目盛の線を伸ばしたいとき 例えば、目盛の長さを2倍にしたいときは、plotした後に以下の関数を実行。 &gt;&gt; set(gca,'ticklength', 2 * get(gca,'ticklengt…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fimakov.hatenablog.com%2Fentry%2F2021%2F10%2F10%2F162640&quot; title=&quot;MATLABの図の目盛をカスタマイズ - imakov’s blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-10-10 16:26:40</published>
  <title>MATLABの図の目盛をカスタマイズ</title>
  <type>rich</type>
  <url>https://imakov.hatenablog.com/entry/2021/10/10/162640</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
