필터 지우기
필터 지우기

passing a sym variable to function handle

조회 수: 1 (최근 30일)
Can
Can 2014년 12월 29일
for that example of function handle line;
F=@(t,y) t*y;
is it possible to pass t*y into function handle externally like so:
A = t*y;
F=@(t,y) A;
i tried that and it failed, is there any other way to do so?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Numeric Solvers에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by