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
