Feeds
提问
Write a loop which will sum an array until the sum exceeds an 'n' value?
Consider an array x of randomly generated positive and negative integers (given). Write a script that reads the values of x and ...
10 years 前 | 1 个回答 | 0
1
个回答提问
Why do I get a graph without a line when I try to plot the following equation?
x = -1:.1:4; y = (41.7*x)/(x.^2+1); plot(x,y) I am not getting any error messages, all I see is a blank graph when I ...
10 years 前 | 2 个回答 | 0
