Community Profile

photo

Marco Nashaat


Last seen: casi 2 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Saddle points of a 2D matrix
the problem I'm working on is to find the saddle points of a matrix and now I'm trying this ... * nested loop to check every ...

alrededor de 4 años hace | 10 respuestas | 0

10

respuestas

Pregunta


help with max function
[Max,index]=max(matrix,[ ],2).... Iam using this syntax to find the maximum value of every row but in case of two equal maximum...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Text file i/o problem....I always get 0 with charnum ...whats the problem with the code??
function charnum=char_counter(fname,character) fid=fopen(fname,'rt') if fid<0 charnum=-1; return; end if fid ~=0 && ischar...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why the function doesnt work with('1234')??!
function coded=caesar(str,shift) a=double(str); counter=1; coded=zeros(1,length(str)); for i=[1:length(str)]...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta