MFK
Erzincan Binali Yildirim University
Followers: 0 Following: 0
Programming Languages:
MATLAB
Spoken Languages:
English, Turkish
Professional Interests:
Optimization, Signal Processing, Classification
MATLAB
Spoken Languages:
English, Turkish
Professional Interests:
Optimization, Signal Processing, Classification
Feeds
回答済み
What is EEG data? Where do I find the data and how to import them?
http://predict.cs.unm.edu/downloads.php https://www.kaggle.com/search?q=eeg+in%3Adatasets https://narayanan.lab.uiowa.edu/arti...
What is EEG data? Where do I find the data and how to import them?
http://predict.cs.unm.edu/downloads.php https://www.kaggle.com/search?q=eeg+in%3Adatasets https://narayanan.lab.uiowa.edu/arti...
2年弱 前 | 0
回答済み
How do you import an EEG EDF file into Matlab?
You can use EEGLAB for all of your EEG processings https://sccn.ucsd.edu/eeglab/index.php
How do you import an EEG EDF file into Matlab?
You can use EEGLAB for all of your EEG processings https://sccn.ucsd.edu/eeglab/index.php
2年弱 前 | 0
回答済み
Renaming multiple files in a folder
dinfo=dir('*.s2p'); for id = 1:length(dinfo) % Get the file name [~, f,~] = fileparts(dinfo(id).name); newname ...
Renaming multiple files in a folder
dinfo=dir('*.s2p'); for id = 1:length(dinfo) % Get the file name [~, f,~] = fileparts(dinfo(id).name); newname ...
2年弱 前 | 0
回答済み
How to convert matrices of different sizes in a for loop into a single column vector?
https://www.mathworks.com/help/matlab/ref/reshape.html for k = 1:nLevels ... Phase = acos(subband./amp); re_sh...
How to convert matrices of different sizes in a for loop into a single column vector?
https://www.mathworks.com/help/matlab/ref/reshape.html for k = 1:nLevels ... Phase = acos(subband./amp); re_sh...
2年弱 前 | 0
回答済み
extracting field name and values from a struct.
fn=fieldnames(out); for jj=1:size(fieldnames(YOUR_STRUCT),1) features1(1,jj)=YOUR_STRUCT.(fn{jj}); end
extracting field name and values from a struct.
fn=fieldnames(out); for jj=1:size(fieldnames(YOUR_STRUCT),1) features1(1,jj)=YOUR_STRUCT.(fn{jj}); end
2年弱 前 | 0
回答済み
How to save variable after every trials so that it stores different values for each of the different trials without getting overwriiten values
You can use save Current_file variable after it completetly created with save(filename,variable) function. https://www.mathwork...
How to save variable after every trials so that it stores different values for each of the different trials without getting overwriiten values
You can use save Current_file variable after it completetly created with save(filename,variable) function. https://www.mathwork...
2年弱 前 | 0
質問
Two Dimensional Filter Design From One Dimensional Prototype Filter Rotation
I designed an one dimensional filter and it's coefficients (c_estimated) are below. c_estimated=[-0.0122879538101070,-0.0093622...
約3年 前 | 0 件の回答 | 0
0
回答質問
MATLAB GUI IMAGE PROCESSING FROM LISTBOX
I have written a GUI which is using one listbox and two axes. When I click to pushbutton, I can see my folder list in listbox. A...
9年以上 前 | 1 件の回答 | 0
1
回答質問
Cross Compile for Embedded System (ARM)
Hello everyone. I have a matlab code which is contain gui and m files. I'm using it for image processing. Is it possible to cro...
10年弱 前 | 0 件の回答 | 0
0
回答回答済み
I can not use my laptop's camera
Sorry for taking your time. It was my fault. I solved the problem. When I installed "OS Generic Video Interface" package, I so...
I can not use my laptop's camera
Sorry for taking your time. It was my fault. I solved the problem. When I installed "OS Generic Video Interface" package, I so...
10年以上 前 | 2
| 採用済み
質問
I can not use my laptop's camera
Hello everyone. I have a laptop which is "toshiba p50-a-14h" and I can not see my camera device in Image Acquisition Toolbox. M...
10年以上 前 | 2 件の回答 | 0
2
回答回答済み
Binary image masking using another binary image
Thank you for your helping. When I reviewed my works, I realized my fault. Thank you.
Binary image masking using another binary image
Thank you for your helping. When I reviewed my works, I realized my fault. Thank you.
10年以上 前 | 0
質問
Binary image masking using another binary image
As you can see I have 2 binary images. I want to mask first image with second image. I want to eliminate regions or convert logi...
10年以上 前 | 2 件の回答 | 0
2
回答回答済み
How To Recognize Different Object Types
Both images are same. But as you can see, in first image I used only detection epithelial code, in second image I used detection...
How To Recognize Different Object Types
Both images are same. But as you can see, in first image I used only detection epithelial code, in second image I used detection...
10年以上 前 | 0
回答済み
How To Recognize Different Object Types
<</matlabcentral/answers/uploaded_files/15243/1.jpg>>
How To Recognize Different Object Types
<</matlabcentral/answers/uploaded_files/15243/1.jpg>>
10年以上 前 | 0
回答済み
How To Recognize Different Object Types
<< <</matlabcentral/answers/uploaded_files/15242/2.jpg>> >>
How To Recognize Different Object Types
<< <</matlabcentral/answers/uploaded_files/15242/2.jpg>> >>
10年以上 前 | 0
質問
How To Recognize Different Object Types
I am trying to recognize different cell types which are oxalate cyristals, red blood cells, epithelial in urine sediment images....
10年以上 前 | 4 件の回答 | 0