Community Profile

photo

Marco Nashaat


Last seen: quasi 2 anni fa Attivo dal 2020

Statistiche

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Content Feed

Visto da

Domanda


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

circa 4 anni fa | 10 risposte | 0

10

risposte

Domanda


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

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 4 anni fa | 1 risposta | 0

1

risposta