Clear Filters
Clear Filters

what is the role of CEIL?

7 views (last 30 days)
Touhidul islam
Touhidul islam on 28 Dec 2017
Answered: Star Strider on 28 Dec 2017
CENTS = F( ceil(rand(K,1)*size(F,1)) ,:);

Accepted Answer

Star Strider
Star Strider on 28 Dec 2017
The ceil (link) function rounds toward +Inf. In the assignment you posted, its function appears to be to avoid a zero index, since MATLAB indices must be integers greater than zero.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!