Feeds
提问
How to create a sequence.
I need to create a vector that holds a sequence. In the sequence the previous number is multiplied by 2. The sequence could stop...
10 years 前 | 2 个回答 | 0
2
个回答已解决
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:...
10 years 前
提问
If else if statement problem
function I = compvec(x,y) %Calculates the angle c = ((dot(x,y))/((sqrt(x(1)^2 + x(2)^2)) * (sqrt(y(1)^2 + y(2)^2)))) ...
10 years 前 | 3 个回答 | 1