Feeds
已解决
Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.
2 years 前
已解决
the average value of the elements
Calculate the average value of the elements in the array
2 years 前
已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
2 years 前
已回答
how to Create random signal
t=0:0.1:10 y=rand(1,numel(t)) ty=[t;y] save filename ty
how to Create random signal
t=0:0.1:10 y=rand(1,numel(t)) ty=[t;y] save filename ty
2 years 前 | 0


