Community Profile

photo

VK Bhardwaj

Last seen: Today Active since 2019

Followers: 0   Following: 0

Statistics

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
Check if any elements of cell array are equal ?
function y = checkequal(x) % Input 'x' should be cell array % Output 'y' logical value true. If any input cell array index is ...

bijna 5 jaar ago | 1

Solved


Remove the two elements next to NaN value
The aim is to *remove the two elements next to NaN values* inside a vector. For example: x = [6 10 5 8 9 NaN 23 9 7 3 21 ...

bijna 5 jaar ago