If you describe a problem as simple, William, you'll invite close inspection.... Maybe you'll find a benefit in commenting the code in your next submission.
Touche! Yes, the new examples make the more extensive comments worthwhile.
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
Nice one :-)
6719 Solvers
Back to basics 12 - Input Arguments
525 Solvers
746 Solvers
Vector of numbers divisible by 3
126 Solvers
Find the minimal value in N*N Matrix
81 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!