Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
How to find the coefficient of an input equation?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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.
0 Commenti
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!