Community Profile

photo

Nikolaj Feidenhansl


Meggitt A/S

Active since 2016

Followers: 0   Following: 0

Statistics

  • First Review
  • Solver

View badges

Feeds

View by

Solved


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

8 years ago

Solved


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

8 years ago