How can i add vpasolve function on matlab 2012 ?

1 visualización (últimos 30 días)
Mallouli Marwa
Mallouli Marwa el 20 de En. de 2017
Editada: John D'Errico el 20 de En. de 2017
Hi
How can i add vpasolve function on matlab 2012 ?
Please help me

Respuestas (1)

John D'Errico
John D'Errico el 20 de En. de 2017
Editada: John D'Errico el 20 de En. de 2017
vpasolve was introduced with R2012b. If you have only R2012a, then you cannot use vpasolve.
If a product was not written for the release that you have, you cannot just add it. You cannot use a newer toolbox in an old release. Sorry, but that is not possible.
If you really feel you need that product, then you need to upgrade your MATLAB release.
The alternative is to find another tool that provides similar functionality. For example, you may be able to use a tool like fsolve, from the optimization toolbox.
Sorry, but your choices are severely restricted if you insist on staying with an old release.
If you actually have R2012b, then you need to buy the symbolic toolbox, for your existing release. For this, you will best contact customer support.

Categorías

Más información sobre Loops and Conditional Statements en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by