フィルターのクリア

Use a symfun as index of a matrix

2 ビュー (過去 30 日間)
DZ AI
DZ AI 2015 年 12 月 15 日
回答済み: amin ya 2018 年 12 月 25 日
Hi everybody, I have a notation problem.
syms f(t) g(t)
v lxmxn 3d matrix
I am to write an equation like:
eq = diff(f) == v(f(t),g(t),t)
but i get a sym/subsindex error.
how can I access elements of a matrix indexed by a function?

回答 (1 件)

amin ya
amin ya 2018 年 12 月 25 日
use formula to convert symfun to a matrix:
matrix=formula()

カテゴリ

Help Center および File ExchangeNumeric Types についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by