<rss version="2.0"
        xmlns:content="http://purl.org/rss/1.0/modules/content/"
        xmlns:wfw="http://wellformedweb.org/CommentAPI/"
        xmlns:dc="http://purl.org/dc/elements/1.1/"
        xmlns:atom="http://www.w3.org/2005/Atom"
        xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
        xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
        >
	<channel>
		<title>MATLAB Central Blogs Feeds | MATLAB Central Blogs - MATLAB &amp; Simulink</title>
		<description>Get the inside view on MATLAB &#38; Simulink!</description>
		<link>https://blogs.mathworks.com</link>
		<lastBuildDate>Thu, 30 May 2019 13:19:08 +0000</lastBuildDate>
		<language>en-US</language>
		<sy:updatePeriod> hourly </sy:updatePeriod>
		<sy:updateFrequency> 6 </sy:updateFrequency>
		<atom:link href="https://blogs.mathworks.com/feedmlc/" rel="self" type="application/rss+xml" />
			<generator>https://wordpress.org/?v=6.1.1</generator>
<item><title><![CDATA[From EViews to MATLAB in One Line: Reading Workfiles Directly]]></title><link><![CDATA[https://blogs.mathworks.com/finance/?p=2950&s_tid=feedtopost]]></link><pubDate>Fri, 05 Jun 2026 00:00:00 +0000</pubDate><creator><![CDATA[Stuart Theakston]]></creator><guid isPermaLink="false"><![CDATA[https://blogs.mathworks.com/finance/?p=2950&s_tid=feedtopost]]></guid><site><![CDATA[Quantitative Finance]]></site><siteurl><![CDATA[http://blogs.mathworks.com/finance?s_tid=feedtopost]]></siteurl><thumburl><![CDATA[http://blogs.mathworks.com/finance/files/2026/06/klein_plot.png]]></thumburl><description><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="http://blogs.mathworks.com/finance/files/2026/06/klein_plot.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_30.jpg';" /></div><p>Economists often keep years of work in EViews workfiles: macroeconomic series, model estimates, and curated panel data. The <a href="https://github.com/mathworks/MATLAB-Reader-for-EViews-Workfile" target="_blank" rel="noopener noreferrer">MATLAB Reader for EViews Workfile</a> reads .wf1 and .wf2 files into MATLAB, with no export step or EViews installation. This post shows how to load a workfile, inspect its metadata, plot series, and run a CAPM regression in MATLAB.
Getting Started
Download the reader from the <a href="https://github.com/mathworks/MATLAB-Reader-for-EViews-Workfile" target="_blank" rel="noopener noreferrer">GitHub repository</a> (click the green Code button, then Download ZIP). Unzip it, then add the folder to your MATLAB path:
addpath("MATLAB-Reader-for-EViews-Workfile")
The reader requires MATLAB R2021a or later and no additional toolboxes.
Loading a Workfile
For this walkthrough, we use two publicly available workfiles from the <a... </p><p><a href="https://blogs.mathworks.com/finance/?p=2950&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></description><content:encoded><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="http://blogs.mathworks.com/finance/files/2026/06/klein_plot.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_30.jpg';" /></div><p>Economists often keep years of work in EViews workfiles: macroeconomic series, model estimates, and curated panel data. The <a href="https://github.com/mathworks/MATLAB-Reader-for-EViews-Workfile" target="_blank" rel="noopener noreferrer">MATLAB Reader for EViews Workfile</a> reads .wf1 and .wf2 files into MATLAB, with no export step or EViews installation. This post shows how to load a workfile, inspect its metadata, plot series, and run a CAPM regression in MATLAB.
Getting Started
Download the reader from the <a href="https://github.com/mathworks/MATLAB-Reader-for-EViews-Workfile" target="_blank" rel="noopener noreferrer">GitHub repository</a> (click the green Code button, then Download ZIP). Unzip it, then add the folder to your MATLAB path:
addpath("MATLAB-Reader-for-EViews-Workfile")
The reader requires MATLAB R2021a or later and no additional toolboxes.
Loading a Workfile
For this walkthrough, we use two publicly available workfiles from the <a... </p><p><a href="https://blogs.mathworks.com/finance/?p=2950&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></content:encoded><category><![CDATA[Data Management]]></category> <category><![CDATA[Econometrics]]></category> <category><![CDATA[Time Series]]></category></item><item><title><![CDATA[IMVIEW Image Display Function]]></title><link><![CDATA[https://blogs.mathworks.com/pick/?p=17357&s_tid=feedtopost]]></link><pubDate>Fri, 05 Jun 2026 00:00:00 +0000</pubDate><creator><![CDATA[Mike Croucher]]></creator><guid isPermaLink="false"><![CDATA[https://blogs.mathworks.com/pick/?p=17357&s_tid=feedtopost]]></guid><site><![CDATA[Pick of the Week]]></site><siteurl><![CDATA[https://blogs.mathworks.com/pick?s_tid=feedtopost]]></siteurl><thumburl><![CDATA[https://blogs.mathworks.com/pick/wp-content/blogs.dir/3/files/imviewPOTW_1.png]]></thumburl><description><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/pick/wp-content/blogs.dir/3/files/imviewPOTW_1.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_3.jpg';" /></div><p><div class = rtcContent><div  style = 'margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre; color: rgb(33, 33, 33); font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left; '>Mike's pick this week is <a href = "https://uk.mathworks.com/matlabcentral/fileexchange/177319-imview-image-display-function">IMVIEW Image Display Function</a> by <a href = "https://uk.mathworks.com/matlabcentral/profile/authors/33105506">Steve Eddins</a>.</div><div  style = 'margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre; color: rgb(33, 33, 33); font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left; '>Steve Eddins worked at MathWorks for over 30 years and was the author of the long running <a href = "https://blogs.mathworks.com/steve/">Image</a></div></div>... </p><p><a href="https://blogs.mathworks.com/pick/?p=17357&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></description><content:encoded><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/pick/wp-content/blogs.dir/3/files/imviewPOTW_1.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_3.jpg';" /></div><p><div class = rtcContent><div  style = 'margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre; color: rgb(33, 33, 33); font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left; '>Mike's pick this week is <a href = "https://uk.mathworks.com/matlabcentral/fileexchange/177319-imview-image-display-function">IMVIEW Image Display Function</a> by <a href = "https://uk.mathworks.com/matlabcentral/profile/authors/33105506">Steve Eddins</a>.</div><div  style = 'margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre; color: rgb(33, 33, 33); font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left; '>Steve Eddins worked at MathWorks for over 30 years and was the author of the long running <a href = "https://blogs.mathworks.com/steve/">Image</a></div></div>... </p><p><a href="https://blogs.mathworks.com/pick/?p=17357&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></content:encoded><category><![CDATA[Picks]]></category></item><item><title><![CDATA[ソルバーを制する者が Simscape を制す〜最大 20 倍高速化の秘訣〜]]></title><link><![CDATA[https://blogs.mathworks.com/japan-community/?p=14614&s_tid=feedtopost]]></link><pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate><creator><![CDATA[Michio Inoue]]></creator><guid isPermaLink="false"><![CDATA[https://blogs.mathworks.com/japan-community/?p=14614&s_tid=feedtopost]]></guid><site><![CDATA[MATLAB ユーザーコミュニティー]]></site><siteurl><![CDATA[https://blogs.mathworks.com/japan-community?s_tid=feedtopost]]></siteurl><thumburl><![CDATA[https://blogs.mathworks.com/japan-community/files/2026/06/SimscapeBlogContentes_ver2_1.png]]></thumburl><description><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/japan-community/files/2026/06/SimscapeBlogContentes_ver2_1.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_19.jpg';" /></div><p>今回はアプリケーションエンジニアリング部の渡辺、小林がお送りします。



<div class="rtcContent">
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: normal; color: #212121; font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;"></div>
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: normal; color: #212121; font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;">こんにちは、アプリケーションエンジニアリング部の渡辺です。Simscape を使い始めた際に、「思ったより計算が遅い」「なぜか計算が発散してしまう」といった悩みに直面したことはないでしょうか。</div>
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: normal; color: #212121; font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align:</div>... </p><p><a href="https://blogs.mathworks.com/japan-community/?p=14614&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></description><content:encoded><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/japan-community/files/2026/06/SimscapeBlogContentes_ver2_1.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_19.jpg';" /></div><p>今回はアプリケーションエンジニアリング部の渡辺、小林がお送りします。



<div class="rtcContent">
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: normal; color: #212121; font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;"></div>
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: normal; color: #212121; font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;">こんにちは、アプリケーションエンジニアリング部の渡辺です。Simscape を使い始めた際に、「思ったより計算が遅い」「なぜか計算が発散してしまう」といった悩みに直面したことはないでしょうか。</div>
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: normal; color: #212121; font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align:</div>... </p><p><a href="https://blogs.mathworks.com/japan-community/?p=14614&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></content:encoded><category><![CDATA[Simscape]]></category> <category><![CDATA[機能と使い方]]></category></item><item><title><![CDATA[Introducing Terminal in MATLAB]]></title><link><![CDATA[https://blogs.mathworks.com/matlab/?p=4303&s_tid=feedtopost]]></link><pubDate>Wed, 03 Jun 2026 00:00:00 +0000</pubDate><creator><![CDATA[Mike Croucher]]></creator><guid isPermaLink="false"><![CDATA[https://blogs.mathworks.com/matlab/?p=4303&s_tid=feedtopost]]></guid><site><![CDATA[The MATLAB Blog]]></site><siteurl><![CDATA[http://blogs.mathworks.com/matlab?s_tid=feedtopost]]></siteurl><thumburl><![CDATA[https://blogs.mathworks.com/matlab/wp-content/blogs.dir/26/files/2026/06/terminalMATLAB_3-1.png]]></thumburl><description><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/matlab/wp-content/blogs.dir/26/files/2026/06/terminalMATLAB_3-1.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_26.jpg';" /></div><p><div class = rtcContent><div  style = 'margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre; color: rgb(33, 33, 33); font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left; '>One of the delightful side effects of the world's obsession with agentic AI is that the humble <a href = "https://cjroth.com/blog/2026-03-05-terminals-are-cool-again">terminal is having something of a renaissance</a>. If you've been using the <a href = "https://blogs.mathworks.com/matlab/2026/04/13/introducing-the-matlab-agentic-toolkit/">MATLAB Agentic Toolkit</a>, then you've almost certainly had one or more terminal windows open alongside MATLAB and Simulink. </div><div  style = 'margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre; color: rgb(33, 33, 33); font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style:</div>... </p><p><a href="https://blogs.mathworks.com/matlab/?p=4303&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></description><content:encoded><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/matlab/wp-content/blogs.dir/26/files/2026/06/terminalMATLAB_3-1.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_26.jpg';" /></div><p><div class = rtcContent><div  style = 'margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre; color: rgb(33, 33, 33); font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left; '>One of the delightful side effects of the world's obsession with agentic AI is that the humble <a href = "https://cjroth.com/blog/2026-03-05-terminals-are-cool-again">terminal is having something of a renaissance</a>. If you've been using the <a href = "https://blogs.mathworks.com/matlab/2026/04/13/introducing-the-matlab-agentic-toolkit/">MATLAB Agentic Toolkit</a>, then you've almost certainly had one or more terminal windows open alongside MATLAB and Simulink. </div><div  style = 'margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre; color: rgb(33, 33, 33); font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style:</div>... </p><p><a href="https://blogs.mathworks.com/matlab/?p=4303&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></content:encoded><category><![CDATA[artificial intelligence (AI)]]></category> <category><![CDATA[Gen-AI]]></category> <category><![CDATA[New Release]]></category></item><item><title><![CDATA[Using Lidar for 3D Object Detection]]></title><link><![CDATA[https://blogs.mathworks.com/student-lounge/?p=13461&s_tid=feedtopost]]></link><pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate><creator><![CDATA[Tanya Kuruvilla]]></creator><guid isPermaLink="false"><![CDATA[https://blogs.mathworks.com/student-lounge/?p=13461&s_tid=feedtopost]]></guid><site><![CDATA[Student Lounge]]></site><siteurl><![CDATA[https://blogs.mathworks.com/student-lounge?s_tid=feedtopost]]></siteurl><thumburl><![CDATA[https://blogs.mathworks.com/student-lounge/wp-content/blogs.dir/16/files/2026/06/Point-Cloud-Player_zoom1.png]]></thumburl><description><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/student-lounge/wp-content/blogs.dir/16/files/2026/06/Point-Cloud-Player_zoom1.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_16.jpg';" /></div><p><div class="rtcContent">
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;">Today, we're going through each step of creating a 3D object detector using Lidar data. We'll start with an introduction to 3D point clouds and how to process them, then we'll label point clouds for deep learning, train an 3D object detector, and wrap up by discussing a few options for deploying the detector to your projects or hardware.</div>
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;">The complete dataset, code, and videos we'll be discussing in this blog can be</div></div>... </p><p><a href="https://blogs.mathworks.com/student-lounge/?p=13461&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></description><content:encoded><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/student-lounge/wp-content/blogs.dir/16/files/2026/06/Point-Cloud-Player_zoom1.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_16.jpg';" /></div><p><div class="rtcContent">
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;">Today, we're going through each step of creating a 3D object detector using Lidar data. We'll start with an introduction to 3D point clouds and how to process them, then we'll label point clouds for deep learning, train an 3D object detector, and wrap up by discussing a few options for deploying the detector to your projects or hardware.</div>
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;">The complete dataset, code, and videos we'll be discussing in this blog can be</div></div>... </p><p><a href="https://blogs.mathworks.com/student-lounge/?p=13461&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></content:encoded><category><![CDATA[Code Generation]]></category> <category><![CDATA[deep learning]]></category></item><item><title><![CDATA[Hello world!]]></title><link><![CDATA[https://blogs.mathworks.com/engineering/?p=1&s_tid=feedtopost]]></link><pubDate>Fri, 29 May 2026 00:00:00 +0000</pubDate><creator><![CDATA[ ]]></creator><guid isPermaLink="false"><![CDATA[https://blogs.mathworks.com/engineering/?p=1&s_tid=feedtopost]]></guid><site><![CDATA[Engineering Workflows]]></site><siteurl><![CDATA[http://blogs.mathworks.com/engineering?s_tid=feedtopost]]></siteurl><thumburl><![CDATA[/wp-content/themes/mathworks_1.0/images/placeholder_40.jpg]]></thumburl><description><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="/wp-content/themes/mathworks_1.0/images/placeholder_40.jpg" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_40.jpg';" /></div><p>Welcome to <a href="https://blogs.mathworks.com/">MATLAB Central Blogs Sites</a>. This is your first post. Edit or delete it, then start... </p><p><a href="https://blogs.mathworks.com/engineering/?p=1&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></description><content:encoded><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="/wp-content/themes/mathworks_1.0/images/placeholder_40.jpg" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_40.jpg';" /></div><p>Welcome to <a href="https://blogs.mathworks.com/">MATLAB Central Blogs Sites</a>. This is your first post. Edit or delete it, then start... </p><p><a href="https://blogs.mathworks.com/engineering/?p=1&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></content:encoded><category><![CDATA[Uncategorized]]></category></item><item><title><![CDATA[PyTorch & LiteRT を C/C++/CUDA コードに自動変換]]></title><link><![CDATA[https://blogs.mathworks.com/japan-community/?p=14608&s_tid=feedtopost]]></link><pubDate>Fri, 29 May 2026 00:00:00 +0000</pubDate><creator><![CDATA[Michio Inoue]]></creator><guid isPermaLink="false"><![CDATA[https://blogs.mathworks.com/japan-community/?p=14608&s_tid=feedtopost]]></guid><site><![CDATA[MATLAB ユーザーコミュニティー]]></site><siteurl><![CDATA[https://blogs.mathworks.com/japan-community?s_tid=feedtopost]]></siteurl><thumburl><![CDATA[https://blogs.mathworks.com/japan-community/wp-content/blogs.dir/19/files/2026/05/YOLOv11-output.png]]></thumburl><description><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/japan-community/wp-content/blogs.dir/19/files/2026/05/YOLOv11-output.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_19.jpg';" /></div><p><div class="rtcContent">

※この投稿は 2026 年 5 月 22 日に <a style="font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-size: 14px; white-space-collapse: preserve;" href="https://blogs.mathworks.com/deep-learning/2026/05/22/from-pytorch-litert-to-c-c-and-cuda-source-code/?from=jp"> The Artificial Intelligence へ 投稿</a>されたものの抄訳です。
--
<div class="rtcContent">
<div>
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;"></div>
<div>




ゲストライター: <a href="https://www.linkedin.com/in/christoph-stockhammer/" target="_blank" rel="noopener">Christoph Stockhammer</a>

Christoph Stockhammer は MathWorks で AI 活用を担当するアプリケーションエンジニアです。Christoph はミュンヘン工科大学で数学の修士号を取得しています。




</div>
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height:</div></div></div>... </p><p><a href="https://blogs.mathworks.com/japan-community/?p=14608&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></description><content:encoded><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/japan-community/wp-content/blogs.dir/19/files/2026/05/YOLOv11-output.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_19.jpg';" /></div><p><div class="rtcContent">

※この投稿は 2026 年 5 月 22 日に <a style="font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-size: 14px; white-space-collapse: preserve;" href="https://blogs.mathworks.com/deep-learning/2026/05/22/from-pytorch-litert-to-c-c-and-cuda-source-code/?from=jp"> The Artificial Intelligence へ 投稿</a>されたものの抄訳です。
--
<div class="rtcContent">
<div>
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;"></div>
<div>




ゲストライター: <a href="https://www.linkedin.com/in/christoph-stockhammer/" target="_blank" rel="noopener">Christoph Stockhammer</a>

Christoph Stockhammer は MathWorks で AI 活用を担当するアプリケーションエンジニアです。Christoph はミュンヘン工科大学で数学の修士号を取得しています。




</div>
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height:</div></div></div>... </p><p><a href="https://blogs.mathworks.com/japan-community/?p=14608&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></content:encoded><category><![CDATA[Artificial Intelligence]]></category> <category><![CDATA[機能と使い方]]></category></item><item><title><![CDATA[raincloudplot: Cloudy With A Chance of Observations]]></title><link><![CDATA[https://blogs.mathworks.com/graphics-and-apps/?p=3743&s_tid=feedtopost]]></link><pubDate>Thu, 28 May 2026 00:00:00 +0000</pubDate><creator><![CDATA[Adam Danz]]></creator><guid isPermaLink="false"><![CDATA[https://blogs.mathworks.com/graphics-and-apps/?p=3743&s_tid=feedtopost]]></guid><site><![CDATA[MATLAB Graphics and App Building]]></site><siteurl><![CDATA[http://blogs.mathworks.com/graphics-and-apps?s_tid=feedtopost]]></siteurl><thumburl><![CDATA[https://blogs.mathworks.com/graphics-and-apps/wp-content/blogs.dir/34/files/2025/01/raincloud_fig4.png]]></thumburl><description><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/graphics-and-apps/wp-content/blogs.dir/34/files/2025/01/raincloud_fig4.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_34.jpg';" /></div><p>



Guest Writer: <a href="https://www.mathworks.com/matlabcentral/profile/authors/28262362" target="_blank" rel="noopener">Baldvin Einarsson</a>

<div class="content">
<div class="SectionBlock first active">
<div class="SD57BF6401">Baldvin is a software engineer in the Statistics and Machine Learning Toolbox. His journey with MATLAB began in the early 2000s during his college years in Iceland, where he first discovered his passion for scientific computing and visualizations. Before joining MathWorks, Baldvin's mathematical research interests included modeling growth and migration patterns of pelagic fish, coupled oscillators and dynamical systems, and biofilm growth. Baldvin then spent nearly 9 years at a natural catastrophe risk modeling firm in Boston before his dream of joining MathWorks became true in 2022. Outside of work, Baldvin enjoys fly tying, knitting, woodworking, and playing the piano.</div>
</div>
</div>



<div... </p><p><a href="https://blogs.mathworks.com/graphics-and-apps/?p=3743&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></description><content:encoded><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/graphics-and-apps/wp-content/blogs.dir/34/files/2025/01/raincloud_fig4.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_34.jpg';" /></div><p>



Guest Writer: <a href="https://www.mathworks.com/matlabcentral/profile/authors/28262362" target="_blank" rel="noopener">Baldvin Einarsson</a>

<div class="content">
<div class="SectionBlock first active">
<div class="SD57BF6401">Baldvin is a software engineer in the Statistics and Machine Learning Toolbox. His journey with MATLAB began in the early 2000s during his college years in Iceland, where he first discovered his passion for scientific computing and visualizations. Before joining MathWorks, Baldvin's mathematical research interests included modeling growth and migration patterns of pelagic fish, coupled oscillators and dynamical systems, and biofilm growth. Baldvin then spent nearly 9 years at a natural catastrophe risk modeling firm in Boston before his dream of joining MathWorks became true in 2022. Outside of work, Baldvin enjoys fly tying, knitting, woodworking, and playing the piano.</div>
</div>
</div>



<div... </p><p><a href="https://blogs.mathworks.com/graphics-and-apps/?p=3743&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></content:encoded><category><![CDATA[Charts]]></category> <category><![CDATA[Demos]]></category> <category><![CDATA[New Features]]></category></item><item><title><![CDATA[Cleve Moler 1939-2026]]></title><link><![CDATA[https://blogs.mathworks.com/matlab/?p=4282&s_tid=feedtopost]]></link><pubDate>Wed, 27 May 2026 00:00:00 +0000</pubDate><creator><![CDATA[Ned Gulley]]></creator><guid isPermaLink="false"><![CDATA[https://blogs.mathworks.com/matlab/?p=4282&s_tid=feedtopost]]></guid><site><![CDATA[The MATLAB Blog]]></site><siteurl><![CDATA[http://blogs.mathworks.com/matlab?s_tid=feedtopost]]></siteurl><thumburl><![CDATA[/wp-content/themes/mathworks_1.0/images/placeholder_26.jpg]]></thumburl><description><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="/wp-content/themes/mathworks_1.0/images/placeholder_26.jpg" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_26.jpg';" /></div><p>In the autumn of 1991, I took a job with a mathematical software company in Natick, Massachusetts. The office next to mine was dark most of the time, but I soon learned it belonged to an occasional visitor with a booming voice. Still based in California, he was not then working at the company full-time. But he had an important connection to it. His connection was this: without him the company would not exist. Cleve Moler created MATLAB, and MATLAB created MathWorks. Cleve Moler died last week. I cast my eyes downward, close them in respect and gratitude.
<p></p>
Cleve was many things, but above all he was a teacher. He loved teaching, and he was good at it. He could share exciting news about the singular value decomposition of symmetric matrices (spoiler: the singular values are simply the absolute values of the eigenvalues!), and before long you’d be excited too. But he was just as happy to coach you on optimal blackjack strategies or give you the inside scoop on the Great Pentium... </p><p><a href="https://blogs.mathworks.com/matlab/?p=4282&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></description><content:encoded><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="/wp-content/themes/mathworks_1.0/images/placeholder_26.jpg" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_26.jpg';" /></div><p>In the autumn of 1991, I took a job with a mathematical software company in Natick, Massachusetts. The office next to mine was dark most of the time, but I soon learned it belonged to an occasional visitor with a booming voice. Still based in California, he was not then working at the company full-time. But he had an important connection to it. His connection was this: without him the company would not exist. Cleve Moler created MATLAB, and MATLAB created MathWorks. Cleve Moler died last week. I cast my eyes downward, close them in respect and gratitude.
<p></p>
Cleve was many things, but above all he was a teacher. He loved teaching, and he was good at it. He could share exciting news about the singular value decomposition of symmetric matrices (spoiler: the singular values are simply the absolute values of the eigenvalues!), and before long you’d be excited too. But he was just as happy to coach you on optimal blackjack strategies or give you the inside scoop on the Great Pentium... </p><p><a href="https://blogs.mathworks.com/matlab/?p=4282&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></content:encoded><category><![CDATA[Uncategorized]]></category></item><item><title><![CDATA[人には証拠を求めながら、AI エージェントはそのまま信じていませんか？]]></title><link><![CDATA[https://blogs.mathworks.com/japan-community/?p=14594&s_tid=feedtopost]]></link><pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate><creator><![CDATA[Michio Inoue]]></creator><guid isPermaLink="false"><![CDATA[https://blogs.mathworks.com/japan-community/?p=14594&s_tid=feedtopost]]></guid><site><![CDATA[MATLAB ユーザーコミュニティー]]></site><siteurl><![CDATA[https://blogs.mathworks.com/japan-community?s_tid=feedtopost]]></siteurl><thumburl><![CDATA[http://blogs.mathworks.com/digitaleng/files/2026/05/AI-Speed-and-Performance-1024x404.png]]></thumburl><description><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="http://blogs.mathworks.com/digitaleng/files/2026/05/AI-Speed-and-Performance-1024x404.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_19.jpg';" /></div><p><div class="rtcContent">

※この投稿は 2026 年 5 月 14 日に <a style="font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-size: 14px; white-space-collapse: preserve;" href="https://blogs.mathworks.com/digitaleng/2026/05/14/you-would-not-trust-a-human-without-evidence-why-trust-an-ai-agent/?from=jp"> Digital Engineering De-coded へ 投稿</a>されたものの抄訳です。
--
デジタルエンジニアリングにおける検証、標準、そして実行可能モデルの役割
信頼は想定されるものではなく、証明されるもの
航空宇宙・防衛、自動車、産業オートメーションと機械、医療機器、鉄道など、お客様が事業を展開する業界では、信頼は決して前提とはされません。 それは証明されるべきものです。

これらの業界は、人は誤りを犯すという耳の痛い事実の上に成り立っています。システムは予期しない振る舞いをします。  相互作用はリスクを増幅させます。だからこそ、航空宇宙・防衛向けの DO‑178C、自動車機能安全向けの ISO 26262、産業および鉄道システム向けの IEC 61508 といった認証フレームワークや標準が存在します。それらは、組織が規律を徹底し、リスクを低減し、自信を持って責任を負えるシステムを提供するための方法です。

これらの標準と、それらがエンジニアリング実務をどのように形づくるかの背景については、以下の MathWorks リソースを参照してください。 <a href="https://www.mathworks.com/solutions/aerospace-defense/certification-standards.html">航空宇宙・防衛の認証</a>、<a</div>... </p><p><a href="https://blogs.mathworks.com/japan-community/?p=14594&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></description><content:encoded><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="http://blogs.mathworks.com/digitaleng/files/2026/05/AI-Speed-and-Performance-1024x404.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_19.jpg';" /></div><p><div class="rtcContent">

※この投稿は 2026 年 5 月 14 日に <a style="font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-size: 14px; white-space-collapse: preserve;" href="https://blogs.mathworks.com/digitaleng/2026/05/14/you-would-not-trust-a-human-without-evidence-why-trust-an-ai-agent/?from=jp"> Digital Engineering De-coded へ 投稿</a>されたものの抄訳です。
--
デジタルエンジニアリングにおける検証、標準、そして実行可能モデルの役割
信頼は想定されるものではなく、証明されるもの
航空宇宙・防衛、自動車、産業オートメーションと機械、医療機器、鉄道など、お客様が事業を展開する業界では、信頼は決して前提とはされません。 それは証明されるべきものです。

これらの業界は、人は誤りを犯すという耳の痛い事実の上に成り立っています。システムは予期しない振る舞いをします。  相互作用はリスクを増幅させます。だからこそ、航空宇宙・防衛向けの DO‑178C、自動車機能安全向けの ISO 26262、産業および鉄道システム向けの IEC 61508 といった認証フレームワークや標準が存在します。それらは、組織が規律を徹底し、リスクを低減し、自信を持って責任を負えるシステムを提供するための方法です。

これらの標準と、それらがエンジニアリング実務をどのように形づくるかの背景については、以下の MathWorks リソースを参照してください。 <a href="https://www.mathworks.com/solutions/aerospace-defense/certification-standards.html">航空宇宙・防衛の認証</a>、<a</div>... </p><p><a href="https://blogs.mathworks.com/japan-community/?p=14594&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></content:encoded><category><![CDATA[Artificial Intelligence]]></category> <category><![CDATA[生成AI]]></category></item><item><title><![CDATA[From PyTorch & LiteRT to C, C++, and CUDA source code]]></title><link><![CDATA[https://blogs.mathworks.com/deep-learning/?p=19285&s_tid=feedtopost]]></link><pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate><creator><![CDATA[Johanna Pingel]]></creator><guid isPermaLink="false"><![CDATA[https://blogs.mathworks.com/deep-learning/?p=19285&s_tid=feedtopost]]></guid><site><![CDATA[Artificial Intelligence]]></site><siteurl><![CDATA[https://blogs.mathworks.com/deep-learning?s_tid=feedtopost]]></siteurl><thumburl><![CDATA[https://blogs.mathworks.com/deep-learning/files/2026/05/RLU_upload.png]]></thumburl><description><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/deep-learning/files/2026/05/RLU_upload.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_17.jpg';" /></div><p><div class="rtcContent">
<div>
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;"></div>
<div>




Guest writer: <a href="https://www.linkedin.com/in/christoph-stockhammer/" target="_blank" rel="noopener">Christoph Stockhammer</a>

Christoph Stockhammer is an application engineer at MathWorks, focusing on AI use cases. Christoph holds a Master's in Mathematics from the Technical University of Munich.




</div>
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;"></div>
</div>
<div></div>
<div>
<div style="margin: 2px 10px 9px</div></div>... </p><p><a href="https://blogs.mathworks.com/deep-learning/?p=19285&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></description><content:encoded><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/deep-learning/files/2026/05/RLU_upload.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_17.jpg';" /></div><p><div class="rtcContent">
<div>
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;"></div>
<div>




Guest writer: <a href="https://www.linkedin.com/in/christoph-stockhammer/" target="_blank" rel="noopener">Christoph Stockhammer</a>

Christoph Stockhammer is an application engineer at MathWorks, focusing on AI use cases. Christoph holds a Master's in Mathematics from the Technical University of Munich.




</div>
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;"></div>
</div>
<div></div>
<div>
<div style="margin: 2px 10px 9px</div></div>... </p><p><a href="https://blogs.mathworks.com/deep-learning/?p=19285&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></content:encoded><category><![CDATA[Deep Learning]]></category></item><item><title><![CDATA[Bringing DB-15 to Life with Model-Based Design]]></title><link><![CDATA[https://blogs.mathworks.com/student-lounge/?p=13441&s_tid=feedtopost]]></link><pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate><creator><![CDATA[Tanya Kuruvilla]]></creator><guid isPermaLink="false"><![CDATA[https://blogs.mathworks.com/student-lounge/?p=13441&s_tid=feedtopost]]></guid><site><![CDATA[Student Lounge]]></site><siteurl><![CDATA[https://blogs.mathworks.com/student-lounge?s_tid=feedtopost]]></siteurl><thumburl><![CDATA[https://blogs.mathworks.com/student-lounge/wp-content/blogs.dir/16/files/2026/05/upload.gif]]></thumburl><description><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/student-lounge/wp-content/blogs.dir/16/files/2026/05/upload.gif" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_16.jpg';" /></div><p><div class="rtcContent">
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: center;"></div>
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;">For this week’s blog post, we invited the DuBois Area Robotics team to share their journey and how they used MATLAB and Simulink for the 2025 <a href="https://bestrobotics.org/" target="_blank" rel="noopener">BEST Robotics</a> Championship. MathWorks is immensely proud of their achievements, and we hope you also find their insights useful! With that, I’ll hand it over to them.</div>
<div style="margin: 2px 10px</div>... </p><p><a href="https://blogs.mathworks.com/student-lounge/?p=13441&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></description><content:encoded><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/student-lounge/wp-content/blogs.dir/16/files/2026/05/upload.gif" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_16.jpg';" /></div><p><div class="rtcContent">
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: center;"></div>
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;">For this week’s blog post, we invited the DuBois Area Robotics team to share their journey and how they used MATLAB and Simulink for the 2025 <a href="https://bestrobotics.org/" target="_blank" rel="noopener">BEST Robotics</a> Championship. MathWorks is immensely proud of their achievements, and we hope you also find their insights useful! With that, I’ll hand it over to them.</div>
<div style="margin: 2px 10px</div>... </p><p><a href="https://blogs.mathworks.com/student-lounge/?p=13441&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></content:encoded><category><![CDATA[Robotics]]></category> <category><![CDATA[Simulink]]></category> <category><![CDATA[Team achievements]]></category></item><item><title><![CDATA[MATLAB 向けの AI スキルの作り方]]></title><link><![CDATA[https://blogs.mathworks.com/japan-community/?p=14581&s_tid=feedtopost]]></link><pubDate>Thu, 14 May 2026 00:00:00 +0000</pubDate><creator><![CDATA[Michio Inoue]]></creator><guid isPermaLink="false"><![CDATA[https://blogs.mathworks.com/japan-community/?p=14581&s_tid=feedtopost]]></guid><site><![CDATA[MATLAB ユーザーコミュニティー]]></site><siteurl><![CDATA[https://blogs.mathworks.com/japan-community?s_tid=feedtopost]]></siteurl><thumburl><![CDATA[http://blogs.mathworks.com/matlab/files/2026/05/How_to_Engineer_an_AI_Skill_for_MATLAB_1-3.png]]></thumburl><description><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="http://blogs.mathworks.com/matlab/files/2026/05/How_to_Engineer_an_AI_Skill_for_MATLAB_1-3.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_19.jpg';" /></div><p><div class="rtcContent">

※この投稿は 2026 年 5 月 11 日に <a style="font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-size: 14px; white-space-collapse: preserve;" href="https://blogs.mathworks.com/matlab/2026/05/11/how-to-engineer-an-ai-skill-for-matlab/?from=jp"> The MATLAB Blog へ 投稿</a>されたものの抄訳です。
--
<div class="rtcContent">
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: normal; color: #212121; font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;">今日のゲストブロガーは <a href="https://www.linkedin.com/in/rikin-mehta-9b025430/">Rikin Mehta</a> です。Rikin は MathWorks の Database Toolbox チームのソフトウェア エンジニアです。この投稿では、エージェントがどこで苦労しているかを発見することから、実際に問題を解決するものを作成することまで、MATLAB Agentic Toolkit の ORM スキルを開発した背景にあるストーリーを共有します。</div>
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: normal;</div></div>... </p><p><a href="https://blogs.mathworks.com/japan-community/?p=14581&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></description><content:encoded><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="http://blogs.mathworks.com/matlab/files/2026/05/How_to_Engineer_an_AI_Skill_for_MATLAB_1-3.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_19.jpg';" /></div><p><div class="rtcContent">

※この投稿は 2026 年 5 月 11 日に <a style="font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-size: 14px; white-space-collapse: preserve;" href="https://blogs.mathworks.com/matlab/2026/05/11/how-to-engineer-an-ai-skill-for-matlab/?from=jp"> The MATLAB Blog へ 投稿</a>されたものの抄訳です。
--
<div class="rtcContent">
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: normal; color: #212121; font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;">今日のゲストブロガーは <a href="https://www.linkedin.com/in/rikin-mehta-9b025430/">Rikin Mehta</a> です。Rikin は MathWorks の Database Toolbox チームのソフトウェア エンジニアです。この投稿では、エージェントがどこで苦労しているかを発見することから、実際に問題を解決するものを作成することまで、MATLAB Agentic Toolkit の ORM スキルを開発した背景にあるストーリーを共有します。</div>
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: normal;</div></div>... </p><p><a href="https://blogs.mathworks.com/japan-community/?p=14581&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></content:encoded><category><![CDATA[Artificial Intelligence]]></category> <category><![CDATA[機能と使い方]]></category> <category><![CDATA[生成AI]]></category></item><item><title><![CDATA[You Would Not Trust a Human Without Evidence. Why Trust an AI Agent?]]></title><link><![CDATA[https://blogs.mathworks.com/digitaleng/?p=113&s_tid=feedtopost]]></link><pubDate>Thu, 14 May 2026 00:00:00 +0000</pubDate><creator><![CDATA[Jason Ghidella]]></creator><guid isPermaLink="false"><![CDATA[https://blogs.mathworks.com/digitaleng/?p=113&s_tid=feedtopost]]></guid><site><![CDATA[Digital Engineering De-coded]]></site><siteurl><![CDATA[http://blogs.mathworks.com/digitaleng?s_tid=feedtopost]]></siteurl><thumburl><![CDATA[https://blogs.mathworks.com/digitaleng/wp-content/blogs.dir/39/files/2026/05/ExecModelsGroundAI.png]]></thumburl><description><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/digitaleng/wp-content/blogs.dir/39/files/2026/05/ExecModelsGroundAI.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_39.jpg';" /></div><p>Verification, standards, and the role of executable models in digital engineering
Trust Is Proven, Not Assumed
In the industries our customers operate in, including aerospace and defense, automotive, industrial automation and machinery, medical devices, and rail, trust is never assumed. It is proven.

These industries are built on an uncomfortable truth: humans make mistakes. Systems behave in unexpected ways. Interactions compound risk. That is why certification frameworks and standards such as DO‑178C for aerospace and defense, ISO 26262 for automotive functional safety, and IEC 61508 for industrial and railway systems exist. They are not bureaucratic overhead. They are how organizations enforce discipline, reduce risk, and deliver systems they can stand behind.

For background on these standards and how they shape engineering practice, see MathWorks resources for: <a href="https://www.mathworks.com/solutions/aerospace-defense/certification-standards.html">Aerospace and</a>... </p><p><a href="https://blogs.mathworks.com/digitaleng/?p=113&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></description><content:encoded><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/digitaleng/wp-content/blogs.dir/39/files/2026/05/ExecModelsGroundAI.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_39.jpg';" /></div><p>Verification, standards, and the role of executable models in digital engineering
Trust Is Proven, Not Assumed
In the industries our customers operate in, including aerospace and defense, automotive, industrial automation and machinery, medical devices, and rail, trust is never assumed. It is proven.

These industries are built on an uncomfortable truth: humans make mistakes. Systems behave in unexpected ways. Interactions compound risk. That is why certification frameworks and standards such as DO‑178C for aerospace and defense, ISO 26262 for automotive functional safety, and IEC 61508 for industrial and railway systems exist. They are not bureaucratic overhead. They are how organizations enforce discipline, reduce risk, and deliver systems they can stand behind.

For background on these standards and how they shape engineering practice, see MathWorks resources for: <a href="https://www.mathworks.com/solutions/aerospace-defense/certification-standards.html">Aerospace and</a>... </p><p><a href="https://blogs.mathworks.com/digitaleng/?p=113&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></content:encoded><category><![CDATA[Uncategorized]]></category></item><item><title><![CDATA[Portfolio Optimization with Target Factor Exposures]]></title><link><![CDATA[https://blogs.mathworks.com/finance/?p=2872&s_tid=feedtopost]]></link><pubDate>Thu, 14 May 2026 00:00:00 +0000</pubDate><creator><![CDATA[Ciara McGahey]]></creator><guid isPermaLink="false"><![CDATA[https://blogs.mathworks.com/finance/?p=2872&s_tid=feedtopost]]></guid><site><![CDATA[Quantitative Finance]]></site><siteurl><![CDATA[http://blogs.mathworks.com/finance?s_tid=feedtopost]]></siteurl><thumburl><![CDATA[https://blogs.mathworks.com/finance/files/2026/04/Pie-chart.png]]></thumburl><description><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/finance/files/2026/04/Pie-chart.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_30.jpg';" /></div><p>
<p>A practical MATLAB walkthrough comparing tracking error and exact exposure approaches. </p>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<p>When you build a factor-based portfolio, the central design choice is how strictly to enforce your factor views. Do you treat target exposures as soft goals or do you impose them as hard constraints that the portfolio must satisfy exactly? That decision can materially change the diversification, concentration, and feasibility of the resulting portfolio.</p>



<p>In this blog post, we use data from the Fama-French Data Library, a widely used academic source, to make the comparison practical in a realistic setting. While the example uses the Fama-French three-factor structure—market (Mkt), size (SMB), and value (HML)—the techniques apply to any multi-factor framework.</p>



<p>We compare two practical optimization approaches using MATLAB®:</p>




Tracking Error Minimization—Targets specific factor exposures... </p><p><a href="https://blogs.mathworks.com/finance/?p=2872&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></description><content:encoded><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/finance/files/2026/04/Pie-chart.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_30.jpg';" /></div><p>
<p>A practical MATLAB walkthrough comparing tracking error and exact exposure approaches. </p>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<p>When you build a factor-based portfolio, the central design choice is how strictly to enforce your factor views. Do you treat target exposures as soft goals or do you impose them as hard constraints that the portfolio must satisfy exactly? That decision can materially change the diversification, concentration, and feasibility of the resulting portfolio.</p>



<p>In this blog post, we use data from the Fama-French Data Library, a widely used academic source, to make the comparison practical in a realistic setting. While the example uses the Fama-French three-factor structure—market (Mkt), size (SMB), and value (HML)—the techniques apply to any multi-factor framework.</p>



<p>We compare two practical optimization approaches using MATLAB®:</p>




Tracking Error Minimization—Targets specific factor exposures... </p><p><a href="https://blogs.mathworks.com/finance/?p=2872&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></content:encoded><category><![CDATA[Asset Management]]></category> <category><![CDATA[New Features]]></category> <category><![CDATA[Risk Management]]></category></item><item><title><![CDATA[DeepSqueak - a deep learning-based system for detection and analysis of ultrasonic vocalizations]]></title><link><![CDATA[https://blogs.mathworks.com/pick/?p=17316&s_tid=feedtopost]]></link><pubDate>Thu, 14 May 2026 00:00:00 +0000</pubDate><creator><![CDATA[Mike Croucher]]></creator><guid isPermaLink="false"><![CDATA[https://blogs.mathworks.com/pick/?p=17316&s_tid=feedtopost]]></guid><site><![CDATA[Pick of the Week]]></site><siteurl><![CDATA[https://blogs.mathworks.com/pick?s_tid=feedtopost]]></siteurl><thumburl><![CDATA[https://blogs.mathworks.com/pick/wp-content/blogs.dir/3/files/deepSqeak_1.png]]></thumburl><description><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/pick/wp-content/blogs.dir/3/files/deepSqeak_1.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_3.jpg';" /></div><p><div class = rtcContent><div  style = 'margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre; color: rgb(33, 33, 33); font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left; '>Mike's pick this week is <a href = "https://uk.mathworks.com/matlabcentral/fileexchange/71421-deepsqueak">DeepSqueak</a> by <a href = "https://uk.mathworks.com/matlabcentral/profile/authors/12372472">Kevin R Coffey</a>. </div>Introducing Alston's singing mouse<div  style = 'margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre; color: rgb(33, 33, 33); font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left; '>This week I learned that there is a type of mouse that sings, Alston's singing mouse Scotinomys teguina)! Here's a video of the singing from the Live</div></div>... </p><p><a href="https://blogs.mathworks.com/pick/?p=17316&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></description><content:encoded><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/pick/wp-content/blogs.dir/3/files/deepSqeak_1.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_3.jpg';" /></div><p><div class = rtcContent><div  style = 'margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre; color: rgb(33, 33, 33); font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left; '>Mike's pick this week is <a href = "https://uk.mathworks.com/matlabcentral/fileexchange/71421-deepsqueak">DeepSqueak</a> by <a href = "https://uk.mathworks.com/matlabcentral/profile/authors/12372472">Kevin R Coffey</a>. </div>Introducing Alston's singing mouse<div  style = 'margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre; color: rgb(33, 33, 33); font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left; '>This week I learned that there is a type of mouse that sings, Alston's singing mouse Scotinomys teguina)! Here's a video of the singing from the Live</div></div>... </p><p><a href="https://blogs.mathworks.com/pick/?p=17316&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></content:encoded><category><![CDATA[AI]]></category> <category><![CDATA[App]]></category> <category><![CDATA[Apps]]></category> <category><![CDATA[Picks]]></category> <category><![CDATA[Toolbox]]></category></item><item><title><![CDATA[Startup Spotlight: genOTC is Rewriting the Math of Modern Financial Markets]]></title><link><![CDATA[https://blogs.mathworks.com/startups/?p=1575&s_tid=feedtopost]]></link><pubDate>Tue, 12 May 2026 00:00:00 +0000</pubDate><creator><![CDATA[Madeline Carleton]]></creator><guid isPermaLink="false"><![CDATA[https://blogs.mathworks.com/startups/?p=1575&s_tid=feedtopost]]></guid><site><![CDATA[Startups, Accelerators, and Entrepreneurs]]></site><siteurl><![CDATA[http://blogs.mathworks.com/startups?s_tid=feedtopost]]></siteurl><thumburl><![CDATA[https://blogs.mathworks.com/startups/wp-content/blogs.dir/23/files/2026/05/Screenshot-2026-04-29-at-12.40.16.png]]></thumburl><description><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/startups/wp-content/blogs.dir/23/files/2026/05/Screenshot-2026-04-29-at-12.40.16.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_23.jpg';" /></div><p>In modern financial markets, pricing, hedging, and risk decisions all hinge on volatility modelling. Yet volatility is not directly observable. It has to be inferred from the prices of listed vanilla options and represented as a surface that encodes forward-looking market expectations across strikes and maturities.

This is where conventional calibration approaches start to fail.

The Fragile Art of Modeling Volatility

The drift term, which captures an asset’s long-term direction, is rigidly set by no arbitrage conditions. Volatility is not. “Volatility is far more challenging,” explains Dr. Benjamin Joseph, Quantitative Researcher and Lead Core App Developer at genOTC. “Current models rely on simplifying parametric assumptions you wouldn’t necessarily want to impose; they are fragile and unstable. When these assumptions break, your model will struggle to replicate what the market is telling you.”

Most institutions rely on parametric families such as SVI or SABR that impose... </p><p><a href="https://blogs.mathworks.com/startups/?p=1575&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></description><content:encoded><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/startups/wp-content/blogs.dir/23/files/2026/05/Screenshot-2026-04-29-at-12.40.16.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_23.jpg';" /></div><p>In modern financial markets, pricing, hedging, and risk decisions all hinge on volatility modelling. Yet volatility is not directly observable. It has to be inferred from the prices of listed vanilla options and represented as a surface that encodes forward-looking market expectations across strikes and maturities.

This is where conventional calibration approaches start to fail.

The Fragile Art of Modeling Volatility

The drift term, which captures an asset’s long-term direction, is rigidly set by no arbitrage conditions. Volatility is not. “Volatility is far more challenging,” explains Dr. Benjamin Joseph, Quantitative Researcher and Lead Core App Developer at genOTC. “Current models rely on simplifying parametric assumptions you wouldn’t necessarily want to impose; they are fragile and unstable. When these assumptions break, your model will struggle to replicate what the market is telling you.”

Most institutions rely on parametric families such as SVI or SABR that impose... </p><p><a href="https://blogs.mathworks.com/startups/?p=1575&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></content:encoded><category><![CDATA[Startup Spotlights]]></category></item><item><title><![CDATA[How to Engineer an AI Skill for MATLAB]]></title><link><![CDATA[https://blogs.mathworks.com/matlab/?p=4277&s_tid=feedtopost]]></link><pubDate>Mon, 11 May 2026 00:00:00 +0000</pubDate><creator><![CDATA[Mike Croucher]]></creator><guid isPermaLink="false"><![CDATA[https://blogs.mathworks.com/matlab/?p=4277&s_tid=feedtopost]]></guid><site><![CDATA[The MATLAB Blog]]></site><siteurl><![CDATA[http://blogs.mathworks.com/matlab?s_tid=feedtopost]]></siteurl><thumburl><![CDATA[https://blogs.mathworks.com/matlab/wp-content/blogs.dir/26/files/2026/05/How_to_Engineer_an_AI_Skill_for_MATLAB_1-3.png]]></thumburl><description><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/matlab/wp-content/blogs.dir/26/files/2026/05/How_to_Engineer_an_AI_Skill_for_MATLAB_1-3.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_26.jpg';" /></div><p><div class = rtcContent><div  style = 'margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre; color: rgb(33, 33, 33); font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left; '>Today's guest blogger is <a href = "https://www.linkedin.com/in/rikin-mehta-9b025430/">Rikin Mehta</a>. Rikin is a Software Engineer on the Database Toolbox team at MathWorks. In this post, he shares the story behind engineering the ORM Skill for the MATLAB Agentic Toolkit, from discovering where agents struggle to building something that actually fixes the problem.</div><div  style = 'margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre; color: rgb(33, 33, 33); font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left; '>If you read Mike Croucher's <a href =</div></div>... </p><p><a href="https://blogs.mathworks.com/matlab/?p=4277&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></description><content:encoded><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/matlab/wp-content/blogs.dir/26/files/2026/05/How_to_Engineer_an_AI_Skill_for_MATLAB_1-3.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_26.jpg';" /></div><p><div class = rtcContent><div  style = 'margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre; color: rgb(33, 33, 33); font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left; '>Today's guest blogger is <a href = "https://www.linkedin.com/in/rikin-mehta-9b025430/">Rikin Mehta</a>. Rikin is a Software Engineer on the Database Toolbox team at MathWorks. In this post, he shares the story behind engineering the ORM Skill for the MATLAB Agentic Toolkit, from discovering where agents struggle to building something that actually fixes the problem.</div><div  style = 'margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre; color: rgb(33, 33, 33); font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left; '>If you read Mike Croucher's <a href =</div></div>... </p><p><a href="https://blogs.mathworks.com/matlab/?p=4277&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></content:encoded><category><![CDATA[artificial intelligence (AI)]]></category> <category><![CDATA[Best Practice]]></category> <category><![CDATA[Database]]></category> <category><![CDATA[Guest posts]]></category> <category><![CDATA[MCP]]></category> <category><![CDATA[Tutorials]]></category></item><item><title><![CDATA[MathWorks Call for Research Proposals: Latest News]]></title><link><![CDATA[https://blogs.mathworks.com/matlab/?p=4247&s_tid=feedtopost]]></link><pubDate>Thu, 07 May 2026 00:00:00 +0000</pubDate><creator><![CDATA[Mike Croucher]]></creator><guid isPermaLink="false"><![CDATA[https://blogs.mathworks.com/matlab/?p=4247&s_tid=feedtopost]]></guid><site><![CDATA[The MATLAB Blog]]></site><siteurl><![CDATA[http://blogs.mathworks.com/matlab?s_tid=feedtopost]]></siteurl><thumburl><![CDATA[https://blogs.mathworks.com/matlab/wp-content/blogs.dir/26/files/2026/05/CFP_Spring2026_1.png]]></thumburl><description><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/matlab/wp-content/blogs.dir/26/files/2026/05/CFP_Spring2026_1.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_26.jpg';" /></div><p><div class = rtcContent><div  style = 'margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre; color: rgb(33, 33, 33); font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left; '>Today’s guest blogger is Deepak Bhatia. Deepak is the Program Manager of the MathWorks Call for Research Proposals program. </div><div  style = 'margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre; color: rgb(33, 33, 33); font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left; '>In <a href = "https://blogs.mathworks.com/matlab/2025/03/04/mathworks-call-for-research-proposals-spring-2025/">March 2025</a> MathWorks launched the <a href = "https://uk.mathworks.com/academia/research/call-for-research-proposals.html">MathWorks Call for Research Proposals</a></div></div>... </p><p><a href="https://blogs.mathworks.com/matlab/?p=4247&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></description><content:encoded><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/matlab/wp-content/blogs.dir/26/files/2026/05/CFP_Spring2026_1.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_26.jpg';" /></div><p><div class = rtcContent><div  style = 'margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre; color: rgb(33, 33, 33); font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left; '>Today’s guest blogger is Deepak Bhatia. Deepak is the Program Manager of the MathWorks Call for Research Proposals program. </div><div  style = 'margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre; color: rgb(33, 33, 33); font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left; '>In <a href = "https://blogs.mathworks.com/matlab/2025/03/04/mathworks-call-for-research-proposals-spring-2025/">March 2025</a> MathWorks launched the <a href = "https://uk.mathworks.com/academia/research/call-for-research-proposals.html">MathWorks Call for Research Proposals</a></div></div>... </p><p><a href="https://blogs.mathworks.com/matlab/?p=4247&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></content:encoded><category><![CDATA[Engineered systems]]></category> <category><![CDATA[Funding]]></category> <category><![CDATA[Guest posts]]></category> <category><![CDATA[Research]]></category></item><item><title><![CDATA[Toolbox 専用 AI スキル：Claude や Gemini 等による、より迅速・安価・確実なコード生成]]></title><link><![CDATA[https://blogs.mathworks.com/japan-community/?p=14568&s_tid=feedtopost]]></link><pubDate>Thu, 07 May 2026 00:00:00 +0000</pubDate><creator><![CDATA[Michio Inoue]]></creator><guid isPermaLink="false"><![CDATA[https://blogs.mathworks.com/japan-community/?p=14568&s_tid=feedtopost]]></guid><site><![CDATA[MATLAB ユーザーコミュニティー]]></site><siteurl><![CDATA[https://blogs.mathworks.com/japan-community?s_tid=feedtopost]]></siteurl><thumburl><![CDATA[https://blogs.mathworks.com/japan-community/wp-content/blogs.dir/19/files/2026/05/toolboxAgenticSkills_3.png]]></thumburl><description><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/japan-community/wp-content/blogs.dir/19/files/2026/05/toolboxAgenticSkills_3.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_19.jpg';" /></div><p><div class="rtcContent">

※この投稿は 2026 年 4 月 30 日に <a style="font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-size: 14px; white-space-collapse: preserve;" href="https://blogs.mathworks.com/matlab/2026/04/30/toolbox-specific-ai-skills-for-matlab-faster-cheaper-more-reliable-code-generation-from-claude-gemini-and-friends/?from=jp"> The MATLAB Blog へ 投稿</a>されたものの抄訳です。
--
<div class="rtcContent">
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: normal; color: #212121; font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;">TL:DR: <a href="https://github.com/matlab/matlab-agentic-toolkit">MATLAB Agentic Toolkit</a> の最新アップデートには、AI エージェントがさまざまなタスクをより迅速、安価、かつ堅牢に実行できるようにする、高度なツールボックス固有のスキルのセットの第 1 弾が含まれています。この第 1 弾は <a href="https://uk.mathworks.com/products/database.html?requestedDomain=">Database Toolbox</a></div></div></div>... </p><p><a href="https://blogs.mathworks.com/japan-community/?p=14568&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></description><content:encoded><![CDATA[<div><img style="display: block; margin: auto; max-width:500px;" src="https://blogs.mathworks.com/japan-community/wp-content/blogs.dir/19/files/2026/05/toolboxAgenticSkills_3.png" onError="this.onerror=null; this.src='https://blogs.mathworks.com/wp-content/themes/mathworks_1.0/images/placeholder_19.jpg';" /></div><p><div class="rtcContent">

※この投稿は 2026 年 4 月 30 日に <a style="font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-size: 14px; white-space-collapse: preserve;" href="https://blogs.mathworks.com/matlab/2026/04/30/toolbox-specific-ai-skills-for-matlab-faster-cheaper-more-reliable-code-generation-from-claude-gemini-and-friends/?from=jp"> The MATLAB Blog へ 投稿</a>されたものの抄訳です。
--
<div class="rtcContent">
<div style="margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: normal; color: #212121; font-family: Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;">TL:DR: <a href="https://github.com/matlab/matlab-agentic-toolkit">MATLAB Agentic Toolkit</a> の最新アップデートには、AI エージェントがさまざまなタスクをより迅速、安価、かつ堅牢に実行できるようにする、高度なツールボックス固有のスキルのセットの第 1 弾が含まれています。この第 1 弾は <a href="https://uk.mathworks.com/products/database.html?requestedDomain=">Database Toolbox</a></div></div></div>... </p><p><a href="https://blogs.mathworks.com/japan-community/?p=14568&s_tid=feedtopost">read more &gt;&gt;</a></p>]]></content:encoded><category><![CDATA[Artificial Intelligence]]></category> <category><![CDATA[機能と使い方]]></category> <category><![CDATA[生成AI]]></category></item>	</channel>
</rss>
