We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3715fe commit 80da617Copy full SHA for 80da617
matlab/tests/prof.m
@@ -71,6 +71,12 @@
71
output{7} = profile(argin{:});
72
options = rmfield(options, {'eval_options'});
73
74
+% Precision of function evaluation ~ 1.0e-3
75
+options.eval_options = struct('signif', 3);
76
+argin = [varargin, {options}];
77
+output{8} = profile(argin{:});
78
+options = rmfield(options, {'eval_options'});
79
+
80
81
outputfiles = struct();
82
prob_types = fieldnames(output{1});
0 commit comments