Using VPA for high dimensional data and mvnpdf

1 visualización (últimos 30 días)
Niklas Rottmayer
Niklas Rottmayer el 4 de Oct. de 2019
I have an example and want to apply the function mvnpdf(x,mu,sigma) for some precalculated mu and sigma. Due to the dimensionality it will always put out 0. The solution me and friend found was applying mvn(vpa(x),mu,sigma) instead to increase precision. BUT for me the function then returned an error message regarding the function bsxfun asking for numerical arrays (In version 2017b & 2019b). For my friend it worked out without a problem. I could even solve the problem by exchanging the code line with the appropriate function application.
Why is matlab using bsxfun instead of the application of the function itself?

Respuestas (0)

Categorías

Más información sobre Arduino Hardware en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by