Feeds
提问
Creating small elevator code
I created a code for a random amount of people to get into the elevator and an exact same random of floors selected but I am hav...
9 years 前 | 0 个回答 | 0
0
个回答提问
Why does the programm do not run the script and continues to get unexpected expression?
x = linspace (0,10); x = 0:0.5:10; y = 2-10*x.*exp(-.8*x); plot (x, y); grid on; x = 0 y = 2-10*x.*exp(-.8*x) f = @(x) 2...
10 years 前 | 1 个回答 | 0
