Borrar filtros
Borrar filtros

How do i convert the following into exe?

2 visualizaciones (últimos 30 días)
DIJESH
DIJESH el 11 de Jun. de 2014
Respondida: David Sanchez el 13 de Jun. de 2014
x = sym('x');
y = (x.^2 + 2*x + 1);
answer = vpasolve(y,x);
a = double(answer);
I just want to make a program that solves the above quadratic equation and get a exe file. I wrote the above code. it worked good in matlab. I converted the .m file to exe by
mcc -m filename.m
The exe file is not working. Can anyone suggest any solution or any other code to solve the eqaution so that i can convert it into exe?

Respuesta aceptada

David Sanchez
David Sanchez el 13 de Jun. de 2014
Matlab compiler does not support symbolic toolbox
You can read this thread too:

Más respuestas (0)

Categorías

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

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by