Solved


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

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

10 years ago

Solved


Sum the entries of each column of a matrix which satisfy a logical condition.
Given a numeric matrix A and a logical array L of the same size as A, return a row vector S containing the columnwise sums of th...

11 years ago

Question


Path, Current Directory, "exist" and "which" functions
Hi Here is my problem If we consider two files whose path are : * studies_1\data\file.mat * studies_2\data\file.mat ...

12 years ago | 2 answers | 0

2

answers