photo

Lord Chinex


Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

All
  • Thankful Level 1
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


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

circa 10 anni fa | 2 risposte | 0

2

risposte

Risolto


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

circa 10 anni fa

Domanda


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

circa 10 anni fa | 3 risposte | 1

3

risposte