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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0
