photo

Vladimir Sovkov


St. Petersburg State University

Last seen: 3 días hace Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Professional Interests: computational physics, applied mathematics

Estadística

All
MATLAB Answers

2 Preguntas
71 Respuestas

File Exchange

5 Archivos

Cody

0 Problemas
6 Soluciones

CLASIFICACIÓN
451
of 300.369

REPUTACIÓN
178

CONTRIBUCIONES
2 Preguntas
71 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
25

CLASIFICACIÓN
11.355 of 20.936

REPUTACIÓN
44

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
5 Archivos

DESCARGAS
4

ALL TIME DESCARGAS
406

CLASIFICACIÓN
52.437
of 168.436

CONTRIBUCIONES
0 Problemas
6 Soluciones

PUNTUACIÓN
70

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

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

Ver insignias

Feeds

Ver por

Resuelto


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

casi 6 años hace

Resuelto


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.

casi 6 años hace

Resuelto


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

casi 6 años hace

Resuelto


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

casi 6 años hace

Resuelto


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

casi 6 años hace

Resuelto


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.

casi 6 años hace