photo

VK Bhardwaj

MathWorks

Last seen: ein Tag vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

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

etwa 5 Jahre vor | 1

Gelöst


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

etwa 5 Jahre vor