-
1 Comment
Hello, margreet docter. Congratulations on solving the Problem. I hope you won't mind if I make a few observations. . . . (1) The function you have used on line 12 [the first line inside your loop] can also take two inputs. Have a look at the documentation for the function to see another syntax that would achieve the same thing. . . . (2) If you care about Cody "size", you could delete lines 14 & 19 in a resubmission, as they are only echoing values to the screen to assist in debugging. . . . (3) In this sort of problem, where a focus is on precision and decimal places, you might sometimes find it helpful to use the fprintf command to produce debugging output, with the syntax fprintf(formatSpec,A1,...,An), as this gives you more power to customise the format [e.g. scientific, or integer, or decimal; number of decimal places; etc.]. —DIV
Suggested Problems
-
1033 Solvers
-
Get the length of a given vector
12039 Solvers
-
Getting the indices from a matrix
675 Solvers
-
Penny flipping - calculate winning probability (easy)
184 Solvers
-
Cumulative product of a vector
288 Solvers
More from this Author32
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!