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

3 vues (au cours des 30 derniers jours)
Shawn Miller
Shawn Miller le 31 Jan 2016
Modifié(e) : Shawn Miller le 31 Jan 2016
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))?

Réponses (0)

Catégories

En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by