diff options
author | harpreet | 2016-04-16 12:12:15 +0530 |
---|---|---|
committer | harpreet | 2016-04-16 12:12:15 +0530 |
commit | 10e2e4d8b4a7592a8631ddac8e8d1664d6f0b9e3 (patch) | |
tree | 087af3ca1853d01afef58684b09b537597317023 /tests/general_tests/lsqnonlin/lsqnonlin_A1.sce | |
parent | 8484c85784b84cc3a9257f8d8065b3a8a7800628 (diff) | |
download | FOSSEE-Optimization-toolbox-10e2e4d8b4a7592a8631ddac8e8d1664d6f0b9e3.tar.gz FOSSEE-Optimization-toolbox-10e2e4d8b4a7592a8631ddac8e8d1664d6f0b9e3.tar.bz2 FOSSEE-Optimization-toolbox-10e2e4d8b4a7592a8631ddac8e8d1664d6f0b9e3.zip |
fmincon examples
Diffstat (limited to 'tests/general_tests/lsqnonlin/lsqnonlin_A1.sce')
-rw-r--r-- | tests/general_tests/lsqnonlin/lsqnonlin_A1.sce | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/general_tests/lsqnonlin/lsqnonlin_A1.sce b/tests/general_tests/lsqnonlin/lsqnonlin_A1.sce deleted file mode 100644 index 1c2128b..0000000 --- a/tests/general_tests/lsqnonlin/lsqnonlin_A1.sce +++ /dev/null @@ -1,19 +0,0 @@ -// Check for elements in A -C = [2 0; - -1 1; - 0 2] -d = [1 - 0 - -1]; -A = [10 -2 0; - -2 10 0]; -b = [4 - -4]; - -//Error -//lsqlin: The number of columns in A must be the same as the number of columns in C -//at line 213 of function lsqlin called by : -//[xopt,resnorm,residual,exitflag,output,lambda] = lsqlin(C,d,A,b) - -[xopt,resnorm,residual,exitflag,output,lambda] = lsqlin(C,d,A,b) - |