Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/visionlab/MemToolbox.git:
  fixes demo by specifying model
  • Loading branch information
timothybrady committed Jun 25, 2013
2 parents 0d9b955 + 694e1d4 commit 7858445
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MemTutorial/demo13.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

[datasets, conditionOrder] = SplitDataByField(data, 'condition');

model = StandardMixtureModel();

% Create sample data sets
clear data;
data.errors(1:200) = SampleFromModel(model, [0.1, 20], [1 200]);
Expand Down Expand Up @@ -40,4 +42,4 @@
end
end

PlotShift(params{1}, params{2}, model.paramNames);
PlotShift(params{1}, params{2}, model.paramNames);

0 comments on commit 7858445

Please sign in to comment.