Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How to find the coefficient of an input equation?

1 visualización (últimos 30 días)
goodwin membreve
goodwin membreve el 28 de Oct. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
varprompt='Enter Variable:';
var=inputdlg(varprompt);
in='input equation:';
inp=inputdlg(in);
syms(symvar(inp));
ans=coeffs(inpp);
I want to ask the user an equation then im going to put their coefficients if any.

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by