comparing numbers on the same vector
hi, i have vector
x=[1 ;5; 20; 10; 15 ;30];
i want to have
y=[1 ;1;1;0;0;1];
such that if the number is bigg...
8年以上 前 | 2 件の回答 | 0
2
回答
質問
compunding investment every month
hi, i have vector X=[ 0.35; 0.05; 0.06 ;0.07]
i want to have y=[100*1.35 ; 100*1.35*1.05 ; 100*1.35*1.05*1.06 ; 100*1.35*1.0...
8年以上 前 | 2 件の回答 | 0
2
回答
質問
how to minimize distance with optimization
hi all i am new member i did had some difficulties to express my point, here is the real problem: i did optimize moments at the...