how can I convert a string to an expression which "symvar" can search for identifiers?

1 vue (au cours des 30 derniers jours)
how can I convert a string to an expression which "symvar" can search for identifiers?
I use this: symvar 'cos(pi*x - beta1)'
ans =
'beta1'
'x'
and it works, but when I use this:
insertfunction='cos(pi*x - beta1)'
symvar insertfunction
it doesn't have the same results. How can I make it?

Réponse acceptée

Paulo Silva
Paulo Silva le 7 Juin 2011
insertfunction='cos(pi*x - beta1)'
symvar(insertfunction)

Plus de réponses (1)

Ivan van der Kroon
Ivan van der Kroon le 7 Juin 2011
insertfunction='cos(pi*x - beta1)'
>> symvar(insertfunction)
ans =
'beta1'
'x'

Catégories

En savoir plus sur Data Type Conversion dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by