photo

Lord Chinex


Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

All
  • Thankful Level 1
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 10 años hace | 2 respuestas | 0

2

respuestas

Resuelto


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

alrededor de 10 años hace

Pregunta


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

alrededor de 10 años hace | 3 respuestas | 1

3

respuestas