<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>woodrush</author_name>
  <author_url>https://blog.hatena.ne.jp/woodrush/</author_url>
  <blog_title>Woodrush’s Blog</blog_title>
  <blog_url>https://woodrush.hatenablog.com/</blog_url>
  <categories>
    <anon>MATLAB</anon>
  </categories>
  <description>これらは、以前Obfuscated MATLAB Codeを書いた時に使ったテクニックなのですが、通常のMATLABプログラミングでも使えそうだと思ったので紹介します。 Yet Another Obfuscated MATLAB Code - woodrush’s diaryこれらのテクニックの根底にあるのが、fevalという関数です。fevalは、 &gt;&gt; feval(@sin,pi) ans = 1.2246e-16 &gt;&gt; feval(@(x) x^2, 5) ans = 25 &gt;&gt; feval(@(x,y) x^2+y^2, 5, 2) ans = 29 のように、関数ハンドルや無名関数を…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwoodrush.hatenablog.com%2Fentry%2F2014%2F08%2F25%2F034413&quot; title=&quot;MATLABの無名関数内で条件分岐・複数行実行を行う方法 - Woodrush’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>2014-08-25 03:44:13</published>
  <title>MATLABの無名関数内で条件分岐・複数行実行を行う方法</title>
  <type>rich</type>
  <url>https://woodrush.hatenablog.com/entry/2014/08/25/034413</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
