Community Profile

photo

Crystal Lee


Last seen: fast 2 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

All
  • Thankful Level 2
  • Thankful Level 1
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


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

etwa 6 Jahre vor