統計
MATLAB Answers
4 質問
0 回答
ランク
of 171,413
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
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 ...
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

