필터 지우기
필터 지우기

How do I evaluate matrix function in symbolic format as follows?

조회 수: 2 (최근 30일)
Shawn Miller
Shawn Miller 2016년 1월 31일
편집: Shawn Miller 2016년 1월 31일
h_matrix = @(x)(x*pascal(3));
sym_matrix = sym(h_matrix)
When I use
sym_matrix(2)
I got an error. My question is how can I evaluate symbolic function as a regular function handle (h_matrix(2))?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Operators and Elementary Operations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by