photo

Vladimir Sovkov


St. Petersburg State University

Last seen: 6 months 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: computational physics, applied mathematics

统计学

All
MATLAB Answers

2 个提问
71 个回答

File Exchange

5 文件

Cody

0 个问题
6 个答案

排名
451
of 299,984

声誉
178

贡献数
2 个提问
71 个回答

回答接受率
0.0%

收到投票数
25

排名
11,352 of 20,857

声誉
44

平均
0.00

贡献数
5 文件

下载次数
7

ALL TIME 下载次数
403

排名
52,276
of 166,841

贡献数
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 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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

6 years 前

已解决


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 years 前