photo

Vladimir Sovkov


St. Petersburg State University

Last seen: 2일 전 2014년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: computational physics, applied mathematics

통계

All
MATLAB Answers

2 질문
71 답변

File Exchange

5 파일

Cody

0 문제
6 답안

순위
451
of 300,364

평판
178

참여
2 질문
71 답변

답변 채택
0.0%

획득한 표
25

순위
11,351 of 20,934

평판
44

평균 평점
0.00

참여
5 파일

다운로드 수
6

ALL TIME 다운로드 수
405

순위
52,424
of 168,407

참여
0 문제
6 답안

점수
70

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

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

배지 보기

Feeds

보기 기준

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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.

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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

거의 6년 전

문제를 풀었습니다


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.

거의 6년 전