関数devalの意味
Show older comments
Answers (1)
Musashi Ito
on 24 Nov 2020
0 votes
あまり詳しくないのですが、ドキュメンテーションを読むと下記のような使い方のようです。
・ode45 などの微分方程式を計算する関数は構造体のデータ型で結果を出力することができる。
・出力された構造体(例えば sol という変数に代入)には ode45 などで計算した結果や情報が格納されている。
・deval 関数を使用すれば、後から上記で出力された構造体の情報から、新たに指定した評価点 x で解を評価したり、指定した解の成分だけを取り出したりできるみたいです。
Categories
Find more on 遅延微分方程式 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!