how to create symbolic function?
Mostrar comentarios más antiguos
I need to transform the following function to the symbolic form to evaluate it with arbitrary precision.
Z(N,Thetas) = prod((1 - exp(-(N:-1:2).*Thetas))./(1 - exp(-Thetas)),2)
where Thetas is matrix M x N-1 of the positive real numbers. So the expected result is vector Z (M x 1). I am not able to rewrite function Z to symbolic form and than evaluated it by vpa() command.
Any idea how to effectively solve it?
Respuesta aceptada
Más respuestas (1)
Alfonso Salas-Cruz
el 9 de Mayo de 2021
0 votos
how evaluate an symbolic expresion?
1 comentario
Michal
el 9 de Mayo de 2021
Categorías
Más información sobre Symbolic Math Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!