is bulid in dwt function of matlab round the result? if so,is there any way to change that?
조회 수: 2 (최근 30일)
이전 댓글 표시
due to rounding i am losing some value.can i compensate it in any way?
댓글 수: 0
답변 (2개)
Walter Roberson
2015년 8월 24일
Give the command
format long g
and then look at your results again. Do you still observe the "rounding" ?
댓글 수: 3
Walter Roberson
2015년 8월 24일
Please show an example of the rounding you observe and the value you expect.
Maram Sharahili
2015년 11월 10일
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
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!