Feeds
답변 있음
Solving Matrix Index Problem
a = [1 0 0 0; 0 1 0 0; 1 1 1 0]; b = [0.25 0.1 0.05 0.01; 0.25 0.1 0.05 0.01; 0.25 0.1 0.05 0.01]; x = dot(a,b,2); [y z]= max...
Solving Matrix Index Problem
a = [1 0 0 0; 0 1 0 0; 1 1 1 0]; b = [0.25 0.1 0.05 0.01; 0.25 0.1 0.05 0.01; 0.25 0.1 0.05 0.01]; x = dot(a,b,2); [y z]= max...
2년 초과 전 | 0
