Feeds
질문
Can't quit Matlab program
All I get is: Unable to run the '''quit''' command, because it is not supported for this product offering.
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
Assign column vector to a matrix row
This always works, but why? Is it legal? vert = [1:4]', horiz = [11:14], mat = zeros(4,4) mat(2,:)=vert, mat(3,:)=hor...
11년 초과 전 | 답변 수: 1 | 0
