photo

Lewis McKee


Last seen: oltre 3 anni fa Attivo dal 2018

Followers: 0   Following: 0

Statistica

All
  • Thankful Level 1
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


Dimensions of arrays being concatenated are not consistent
Was given an assignment with this code below: %% Fixed parameters C=20; phi=1/15; VK =-83.3365; VCa=120; VL=-60; gK=8; g...

oltre 4 anni fa | 1 risposta | 0

1

risposta

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

oltre 4 anni fa

Risolto


Add two numbers
Given a and b, return the sum a+b in c.

circa 6 anni fa

Risolto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

oltre 6 anni fa