photo

Anton Gribovskiy


Last seen: fast 4 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Statistik

All
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; ...

mehr als 5 Jahre vor

Gelöst


Maintain shape of logical-index mask
When using logical indexing into an array, MATLAB returns a vector output. For example, if A = magic(3); mask = logi...

mehr als 5 Jahre vor