Skip to content
Snippets Groups Projects
Commit 7035b736 authored by jcandrsn's avatar jcandrsn
Browse files

Reverting demo file to reflect it's use in thesis document.

parent b89dcc4b
No related branches found
No related tags found
1 merge request!1Development
......@@ -35,9 +35,9 @@ bvp_args = {@fbc_x10, @Jbc_x10, @dJbc_x10};
% 'uq'-toolbox arguments
uq_args = {
{'k', 'om'}, ... % Stochastic Parameter
{'Normal', 'Normal'}, ... % Distribution Type
[[3, 0.2];[1,0.05]], ... % [Mean, St.Dev]
{'k'}, ... % Stochastic Parameter
{'Normal'}, ... % Distribution Type
[[3, 0.2]], ... % [Mean, St.Dev]
@x10, ... % Response Function, r
@x10_drdx, ... % Jacobians of r w/r/t
@x10_drdp, ... % states and parameters
......@@ -52,8 +52,5 @@ prob = uq_isol2bvp(prob, 'orig', ...
coll_args{:}, pnames, bvp_args{:}, uq_args{:});
% continue in frequency, display mean and variance
% uq_bd = coco(prob, 'freq_sweep', [], 1, ...
% {'om', 'orig.mean', 'orig.var'}, [0.001, 1000]);
uq_bd = coco(prob, 'freq_sweep2', [], 1, ...
{'sig.om', 'orig.mean', 'orig.var'}, [0.03, 0.07]);
\ No newline at end of file
uq_bd = coco(prob, 'freq_sweep', [], 1, ...
{'om', 'orig.mean', 'orig.var'}, [0.001, 1000]);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment