photo

Jhon Dukester


Polytechnique montréal

自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Undefined function or variable
Here is my code: global ZX1 ZX3 ZX3 [Z,fval, exitflag] = fmincon('Type1',x0,[],[],[],[],lb,ub,@myconT1,options) f...

10 years 前 | 0 个回答 | 0

0

个回答

提问


Constraints problem using fmincon
%Matrix 150 by 7 dataN=[A2 B2 C2 D E2 F2 G]; V=cov(dataN); X=ones(7,1); R=mean(dataN,1)'; lb=repmat(0,size(X));...

10 years 前 | 0 个回答 | 0

0

个回答

提问


Solving x'Ax==1 under constraints
Hi, the matrix A is 5x5. I would like to find a solution to: x'Ax==1, where x'=(x1,x2,x3,x4,x5) and x=(x1,x2,x3,x4,x5)'....

10 years 前 | 0 个回答 | 0

0

个回答

提问


Regression diagnostics for linear models, beta>0
Hi, I would like a constraint on Beta so beta>0 in : R=regstats(RM,RI,'linear',{'beta','r'}); How can I do that? Tha...

10 years 前 | 0 个回答 | 0

0

个回答

提问


Standart deviation between two matrix
Hi, I have a matrix A 100*6 and and a matrix B 100*1. I would like to compute de standart deviation between each columns o...

10 years 前 | 1 个回答 | 0

1

个回答