Community Profile

photo

Crystal Lee


Last seen: 2年弱 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Thankful Level 2
  • Thankful Level 1
  • Solver

バッジを表示

Feeds

表示方法

質問


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

5年以上 前 | 2 件の回答 | 0

2

回答

質問


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

5年以上 前 | 1 件の回答 | 0

1

回答

解決済み


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

約6年 前