Community Profile

photo

Tejas Sabu


Last seen: mer än ett år ago Active since 2020

Statistics

  • First Answer

View badges

Content Feed

View by

Answered
how to find the element which is greater than or equal to its row and smaller or equal to its column in a matrix
function indices=saddle(M) [m,n] = size (M); indices=[];%we want an empty matrix if there r no saddle points for i=1:m; %goin...

nästan 4 år ago | 4

Question


How to assign variable to matrix positions
Given matrix A , assign the second coloumn of A to a varible v. A = [1:5; 6:10; 11:15; 16:20]; i tried using the syms comman...

nästan 4 år ago | 1 answer | 0

1

answer