photo

Melaku Eneayehu


2017년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

9 질문
1 답변

순위
7,774
of 297,527

평판
6

참여
9 질문
1 답변

답변 채택
33.33%

획득한 표
3

순위
 of 20,454

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,017

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • First Review
  • First Answer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


how to copy the segmented image in to single variable?
how to copy the segmented image in to single variable? test=imread(fname); imData=reshape(test,[],1); imData=double(i...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


Error using svmclassify The number of columns in TEST and training data must be equal. Error in multisvm classes = svmclassify(svmStruct,tst);
when i try to classify i got the above error in multisvm this is the code that am using function [itrfin] = multisvm...

대략 7년 전 | 답변 수: 2 | 0

2

답변

질문


How to merge two .mat files?
I am trying to do svm training <https://in.mathworks.com/matlabcentral/fileexchange/55098-plant-leaf-disease-detection-and-class...

대략 7년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Uigetfile will make app be behind another windows.
add the following two lines of code just after uigetfile() app.UIFigure.Visible = 'off'; app.UIFigure.Visible = 'on'; don't...

대략 7년 전 | 3

질문


Dice and jaccard is not working in my matlab(2017a) should i install toolbox?
when i try to use dice and jaccard it says 'Undefined function or variable 'dice'.'

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


Which algorithm is best for skull stripping?
When i read some review paper they mentioned morphological operation is better and also some paper use thresholding, but i wanna...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to use the output variable imshow(imIDX,[]) as input for another Process?
am trying to combine clustering segmentation with other image segmentation algorithm, but i stack at accessing the clustered ima...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to view images from .mha and .mat file format?
i download brain tumor data set from <https://figshare.com/articles/brain_tumor_dataset/1512427> in .mat file format and from BR...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


how to view BRAS data-set for MRI brain tumor that is .mha file format?
i download MRI brain tumor from BRATS in .mha format and other site in .mat format but i can't able to see the data how can i op...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Error using reshape To RESHAPE the number of elements must not change.
clear all; clc; warning off; a=rgb2gray(imread('red.jpg')); figure, imshow(a); %% imData = reshape(a, [], 1)...

7년 초과 전 | 답변 수: 2 | 0

2

답변