Clear Filters
Clear Filters

redundant zeros in ccdesign matlab

1 view (last 30 days)
I am trying to obtain design of experiment using the central composite design scheme (ccdesign). The resulting matrix has many rows which are all zeros. Why does this happen? Can I ignore these redundant rows?
Ex. X = ccdesign(4) results in X(36x4) matrix. However row 25 onwards, it is all zeros.

Accepted Answer

Walter Roberson
Walter Roberson on 31 May 2022
blocksize=8 or less removes the zeros for design 4

More Answers (0)

Community Treasure Hunt

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

Start Hunting!