<?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>yes or noを要求する例 prompt = 'Do you want to save? Y/N [Y]: '; str = input(prompt,'s'); if isempty(str) str = 'Y'; else str = upper(str); end 文字列の入力を要求する例 prompt = 'Filename: '; str = input(prompt,'s'); 数値の入力を要求する例（'s'が不要） prompt = 'Year: '; str = input(prompt); 質問に対し'Y'または'N'の結果を返してくれる関数 以下のyes_or_no()…</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%2F161635&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:16:35</published>
  <title>MATLABで簡単なユーザー入力をする例</title>
  <type>rich</type>
  <url>https://imakov.hatenablog.com/entry/2021/10/10/161635</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
