Community Profile

photo

Crystal Lee


Last seen: casi 2 años hace Con actividad desde 2018

Estadísticas

All
  • Thankful Level 2
  • Thankful Level 1
  • Solver

Ver insignias

Content Feed

Ver por

Pregunta


How to get rid of Warning"Unexpected use of '[' in a scalar context."
a part of the function has: if the input A (a vector) matches what is stated, the statement runs. if A == [1,3,3] ...

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to get sum of a range
I am trying to get the code below to output the number of elements within v(a vector) that are below 2 and above 4. sum(s...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Resuelto


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

alrededor de 6 años hace