Using matlabFunction with a variable of two functions

Why is it, that two functions in a differential eq is not allowed with matlabFunction?
syms u(t) o(t)
V = u - o;
M = matlabFunction(V,'vars', {'t','Y'})
Gives the following warning "Warning: Function 'o' not verified to be a valid MATLAB function. ".
Seems like the first function u(t) is verified, but 'o' is not?

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeProgramming についてさらに検索

質問済み:

2019 年 2 月 26 日

編集済み:

2019 年 2 月 26 日

Community Treasure Hunt

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

Start Hunting!

Translated by