Community Profile

photo

Lord Chinex


Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


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...

9 years ago | 2 answers | 0

2

answers

Solved


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 ago

Question


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 ago | 3 answers | 1

3

answers