659
edits
m (→Discussion) |
Carandraug (talk | contribs) m (→Problem: fix code, must be cell array) |
||
Line 7: | Line 7: | ||
samples = struct ("patient", {"Bob", "Kevin", "Bob" , "Andrew"}, | samples = struct ("patient", {"Bob", "Kevin", "Bob" , "Andrew"}, | ||
"age", | "age", { 45 , 52 , 45 , 23 }, | ||
"protein", {"H2B", "CDK2" , "CDK2", "Tip60" }, | "protein", {"H2B", "CDK2" , "CDK2", "Tip60" }, | ||
"tube" , | "tube" , { 3 , 5 , 2 , 18 } | ||
); | ); | ||