matlab-使用技巧

sel(1:100); 1 2 3 4 5 ...100


X(sel, :);
1.......
2.......
3.......
4.......
5.......
.
.
.
100......

 

nn_params = [Theta1(:) ; Theta2(:)];

原文地址:https://www.cnblogs.com/liu-wang/p/9466123.html