photo

Vladimir Sovkov


St. Petersburg State University

Last seen: 25 dagar ago Active since 2014

Followers: 0   Following: 0

Message

Professional Interests: computational physics, applied mathematics

Statistics

All
MATLAB Answers

2 Questions
71 Answers

File Exchange

5 Files

Cody

0 Problems
6 Solutions

RANK
448
of 298 313

REPUTATION
176

CONTRIBUTIONS
2 Questions
71 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
24

RANK
11 461 of 20 563

REPUTATION
41

AVERAGE RATING
0.00

CONTRIBUTIONS
5 Files

DOWNLOADS
10

ALL TIME DOWNLOADS
380

RANK
50 426
of 160 817

CONTRIBUTIONS
0 Problems
6 Solutions

SCORE
70

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 1
  • 6 Month Streak
  • Knowledgeable Level 4
  • First Submission
  • Solver
  • First Answer

View badges

Feeds

View by

Solved


generate the matrix
given a value n (say 4) - generate the matrix like below; y= [0 1 2 3 4; -1 0 1 2 3; ...

mer än 5 år ago

Solved


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

mer än 5 år ago

Solved


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

mer än 5 år ago

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

mer än 5 år ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

mer än 5 år ago

Solved


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for.

mer än 5 år ago