photo

Anton Gribovskiy


Last seen: quasi 4 anni fa Attivo dal 2018

Followers: 0   Following: 0

Statistica

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

Visualizza badge

Feeds

Visto da

Risolto


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

oltre 5 anni fa

Risolto


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

oltre 5 anni fa