Marco Nashaat
Followers: 0 Following: 0
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 ...
5 years 前 | 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...
5 years 前 | 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...
5 years 前 | 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)]...
5 years 前 | 1 个回答 | 0