Create a 5×6 random matrix A whose elements are random integers in the range [100, 200]. The corresponding command is ( ).
A、A=fix(100+200*rand(5,6));
B、A=fix(200+100*rand(5,6)) ;
C、A=fix(100+300*rand(5,6));
D、A=fix(100+101*rand(5,6))
发布时间:2025-11-27 13:54:43