Feeds
질문
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 ...
거의 6년 전 | 답변 수: 10 | 0
10
답변질문
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...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
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...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
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)]...
거의 6년 전 | 답변 수: 1 | 0

