Community Profile

photo

Robert Pina


Active since 2019

Followers: 0   Following: 0

Message

Statistics

  • Solver

View badges

Feeds

View by

Solved


inner product of two vectors
inner product of two vectors

5 years ago

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

5 years ago

Solved


Implement zero-based indexing for Matrices
Given an input vector and position (which is zero based) output the value Example: x = [1 2; 4 5] pos = [0 1] value = 5 ...

5 years ago