Using a while loop to output a cube root?

2 次查看(过去 30 天)
In the attached document, I cant seem to get the actual cube root value to come out. Could someone please look at my script file.

回答(1 个)

TastyPastry
TastyPastry 2015-10-8
You're not updating the estimate. Your function's loop repeatedly uses the user inputted value for intialEstimate rather than updating it as the calculation progresses. You need to fix line 6 so that the estimate is updated for each loop iteration.

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by