Roel Vollaard
Achmea
Followers: 0 Following: 0
Feeds
질문
Testing Toolboxes (MATLAB Statistics Toolbox)
B = poissinv(0.9,3) < Enter> can anyone add the output, only screenshot available
거의 14년 전 | 답변 수: 0 | 0
0
답변질문
Testing Toolboxes (MATLAB Optimization Toolbox)
f = [-9; -5; -6; -4]; A = [6 3 5 2; 0 0 1 1; -1 0 1 0; 0 -1 0 1]; b = [9; 1; 0; 0]; x = bintprog(f,A,b) < Enter> ...
거의 14년 전 | 답변 수: 1 | 0
1
답변질문
Testing Toolboxes (MATLAB Financial Toolbox)
Matrix =[0.0650 datenum('15-apr-1999') 101.03125 101.09375 0.0564 0.05125 datenum('17-dec-1998') 99.4375 99.5 ...
거의 14년 전 | 답변 수: 0 | 0
0
답변질문
Testing Toolboxes (MATLAB engine itself)
A = ones(9); A(:,3) = A(:,3) * 5; A(4,:) = A(4,:) .* [1:1:9] <Enter> should result in a matrix of A = (I only have a scre...
거의 14년 전 | 답변 수: 0 | 0