Anton Gribovskiy - MATLAB Central
photo

Anton Gribovskiy


Last seen: 4 years ago Active since 2018

Followers: 0   Following: 0

Statistics

All
MATLAB AnswersCodyFile ExchangeFrom 11/18 to 03/25Use left and right arrows to move selectionFrom 11/18Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

1 Question
1 Answer

File Exchange

1 File

Cody

0 Problems
2 Solutions

RANK
10,191
of 297,547

REPUTATION
4

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
16,076 of 20,454

REPUTATION
7

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
3

ALL TIME DOWNLOADS
78

RANK
88,001
of 159,122

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Solved


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

5 years ago

Solved


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

5 years ago