comparison scripts/optimization/lsqnonneg.m @ 23084:ef4d915df748

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Mon, 23 Jan 2017 14:27:48 -0500
parents 31b86d30874d e9a0469dedd9
children 092078913d54
comparison
equal deleted inserted replaced
23081:7485462a6924 23084:ef4d915df748
239 %!error <C .* must be numeric matrices> lsqnonneg ({1},2) 239 %!error <C .* must be numeric matrices> lsqnonneg ({1},2)
240 %!error <C .* must be numeric matrices> lsqnonneg (ones (2,2,2),2) 240 %!error <C .* must be numeric matrices> lsqnonneg (ones (2,2,2),2)
241 %!error <D must be numeric matrices> lsqnonneg (1,{2}) 241 %!error <D must be numeric matrices> lsqnonneg (1,{2})
242 %!error <D must be numeric matrices> lsqnonneg (1, ones (2,2,2)) 242 %!error <D must be numeric matrices> lsqnonneg (1, ones (2,2,2))
243 %!error <OPTIONS must be a struct> lsqnonneg (1, 2, [], 3) 243 %!error <OPTIONS must be a struct> lsqnonneg (1, 2, [], 3)
244