Skip to content

Commit

Permalink
Update demo.m
Browse files Browse the repository at this point in the history
increased no of boundary points to 50
  • Loading branch information
hyongju committed Nov 3, 2018
1 parent a8ed900 commit 8320f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.m
Expand Up @@ -4,7 +4,7 @@
clear all;close all;clc
%% generate random samples
n = 200; % number of points
m = 20; % number of boundary point-candidates
m = 50; % number of boundary point-candidates
d = 3; % dimension of the space
tol = 1e-07; % tolerance value used in "inhull.m" (larger value high precision, possible numerical error)
pos0 = rand(n,d); % generate random points
Expand Down

0 comments on commit 8320f41

Please sign in to comment.