Community Profile

photo

Crystal Lee


Last seen: presque 2 ans il y a Actif depuis 2018

Statistiques

All
  • Thankful Level 2
  • Thankful Level 1
  • Solver

Afficher les badges

Content Feed

Afficher par

Question


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

plus de 5 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 5 ans il y a | 1 réponse | 0

1

réponse

A résolu


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

environ 6 ans il y a