統計
MATLAB Answers
7 質問
0 回答
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Matrix with one numbers column and one strings column.
Ok, so I have a for loop which returns me, for every file I read from a folder, the name of the file and some values I read from...
10年以上 前 | 1 件の回答 | 0
1
回答質問
Add directory path to fopen
I have this code: name = strrep(name,' ','_'); date = strrep(date,' ','_'); FileName=[name '_' date '.txt']...
10年以上 前 | 1 件の回答 | 0
1
回答質問
Can someone explain to me exactly how this works?
J=I(:,:,1)>160; I know it converts an image to binary, but how? *matlab newbie*
10年以上 前 | 1 件の回答 | 0
1
回答質問
How to read a .txt file?
Is it possible to read this file line by line and create two matrices with two columns and a different number of lines? The f...
10年以上 前 | 2 件の回答 | 0
2
回答質問
How do I use an image as a global variable?
I need to pass my image from the GUI where I load it with this: [path,user_cancel] = imgetfile(); if user_cancel ...
10年以上 前 | 1 件の回答 | 0
1
回答質問
Can you give me some tips about the algorithm I should use in a fingerprint matching function?
Ok, so I have four vectors of two fingerprint images: for every image I have a vector that stores the position of the ridge endi...
10年以上 前 | 1 件の回答 | 0
1
回答質問
Subscripted assignment dimension mismatch.
So I am working on a fingerprint thingy, not important. The thing is I am storing the position of the minutiae (ridges and valle...
10年以上 前 | 1 件の回答 | 0
