<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kentaPt</author_name>
  <author_url>https://blog.hatena.ne.jp/kentaPt/</author_url>
  <blog_title>kentaPtの日記</blog_title>
  <blog_url>https://kentapt.hatenablog.com/</blog_url>
  <categories>
    <anon>tips</anon>
    <anon>python</anon>
    <anon>matlab</anon>
  </categories>
  <description>1. はじめに この記事では、特定のフォルダの中に存在するファイルを、サブフォルダも含めて取得する方法についてメモを残します。 ここで用いたコードやファイルは以下のページにアップロードしています。 github.com 2. コードについて 2.1. MATLAB dir関数を用いる際に、\**\と指定すればよい。 % サブフォルダも含め、txtデータを集める txtList = dir(fullfile(pwd, 'folder1\**\*.txt')); %get list of files and folders in any subfolder % 拡張子を含めず、あらゆるファイルを取…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkentapt.hatenablog.com%2Fentry%2F2022%2F06%2F12%2F155810&quot; title=&quot;サブフォルダも含めてファイル一覧を取得する - kentaPtの日記&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>2022-06-12 15:58:10</published>
  <title>サブフォルダも含めてファイル一覧を取得する</title>
  <type>rich</type>
  <url>https://kentapt.hatenablog.com/entry/2022/06/12/155810</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
