Community Profile

photo

Metin Ozturk


Active since 2018

Statistics

  • First Answer

View badges

Content Feed

View by

Answered
Replace elements of matrix
The more vectorized and easier way to do this could be as follows: new_matrix = changem(matrix,zeros(length(vector),1),vector...

5 years ago | 1

Answered
Undefined function or method '...' for input arguments of type 'double'.
It may be because the function you are trying to use is not available in your current MATLAB version. For example, if you use 'n...

5 years ago | 0