Feeds
提问
Please please help,
The question is toWrite a MATLAB script to do the following a. Create 10000 random variables uniformly distributed between 2 an...
14 years 前 | 2 个回答 | 0
2
个回答提问
please help
Simulation of tossing a pair of fair dice can be done using the following two MATLAB lines X=ceil(6*rand(1,n)); Y=ceil(6*rand...
14 years 前 | 1 个回答 | 0
