How do I leave the answer in real number form instead of natural exponents

1 view (last 30 days)
I have the following answer (1*4 vector), how do I leave the answer in real number form instead of the form with "exp"? Thank you

Accepted Answer

DGM
DGM on 7 Jun 2021
That appears to be a symbolic vector. You should just be able to do
double(gradientdescent)
and get a plain numeric result

More Answers (0)

Tags

Products

Community Treasure Hunt

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

Start Hunting!