Displaying symbolic function with decimal number instead of fractional coefficients
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Aleem Andrew
il 11 Nov 2020
Commentato: Aleem Andrew
il 11 Nov 2020
The following code outputs a symbolic function with fractional coefficients, but I want it to display the coefficients as floating point numbers or doubles. I tried using fprintf but no format specifier I tried worked. Can someone tell me how the coefficients can be formatted?
a = [1.33 2.455 3.32 4];
syms x
f = [x,x^3,x,x^3].';
a*f
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Symbolic Math Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!