Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

How to find the coefficient of an input equation?

1 visualizzazione (ultimi 30 giorni)
goodwin membreve
goodwin membreve il 28 Ott 2020
Chiuso: MATLAB Answer Bot il 20 Ago 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.

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by