is bulid in dwt function of matlab round the result? if so,is there any way to change that?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
due to rounding i am losing some value.can i compensate it in any way?
0 comentarios
Respuestas (2)
Walter Roberson
el 24 de Ag. de 2015
Give the command
format long g
and then look at your results again. Do you still observe the "rounding" ?
3 comentarios
Walter Roberson
el 24 de Ag. de 2015
Please show an example of the rounding you observe and the value you expect.
Maram Sharahili
el 10 de Nov. de 2015
use the built_in matlab function for the secant algorithm to find the root of x-2^-x on [0,1] accurate to within 10^-4
1 comentario
Ver también
Categorías
Más información sobre Wavelet Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!