回答 (1 件)

Star Strider
Star Strider 2021 年 2 月 20 日

0 投票

My best guess:
y = (exp(3*t) + t.^2.*sin(4*t)).*cos(3*t).^2;
or as an anonymous function:
y = @(t) (exp(3*t) + t.^2.*sin(4*t)).*cos(3*t).^2;
.

カテゴリ

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

タグ

回答済み:

2021 年 2 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by