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 0c4a178 commit 44d7723Copy full SHA for 44d7723
+qsn/@Opt/Opt.m
@@ -130,9 +130,10 @@ function disp (obj)
130
problem.solver = 'fminsearch';
131
case 'fmin'
132
problem.solver = 'fminunc';
133
- opts = optimoptions('fmincon');
+ opts = optimoptions('fminunc');
134
+% opts = optimoptions('fmincon');
135
opts.Algorithm = 'quasi-newton';
- opts.LargeScale = 'off';
136
+% opts.LargeScale = 'off';
137
opts.GradObj = 'off';
138
case 'fmingrad'
139
+qsn/@QSN/private/heatmaptext.m
@@ -60,7 +60,8 @@ function heatmaptext(data,varargin)
60
cBar = pval;
61
case 3
62
clim = pval;
63
- vsdr 4
+% vsdr 4
64
+ case 4
65
cmssp = pval;
66
end
67
0 commit comments