Community Profile

photo

Syed Zenith Rhyhan


2018년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • First Review
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to display Workspace variable data/Value in a uitable format?
Suppose After calculation I got Accuracy,Sensitivity,Specificity value in Workspace?Now my questions is how can I show this valu...

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

0

답변

질문


How can I solve this problem/Error ?
When I execeute the given matlab project I faces the follwoing error when i run the com.m file.I attached the full project file ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I solve this problem?
Here I attached the warning problem of error. How can I solve this? My source code has been attached here.

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


How can I Resolve this error?
%function [inpput_image,nroi_image,roi_image,fuse_image,dc_roi,dc_nroi,D]=fc(filename,p) %% % close all figure windows, plots ...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


How can I solve this error ?
Here,I attached the code in the following files otsu.m and main1.m Undefined function 'imbinarize' for input arguments o...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


How Can I Solve this error in Matlab?
function project_Murali_Sandhya(fn) addpath( '../dataset' ); %extracts tumor from the MRI image project_cv(...

거의 5년 전 | 답변 수: 3 | 0

3

답변

질문


How can i find out Energy and Entropy of an image?
Plaese share the sourcecode of Energy and Entropy calculation of an Image

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


How Can I Creating a feature vector & target vector to feed into neural network
This is my Source Code: % Solve a Pattern Recognition Problem with a Neural Network % Script generated by Neural Pattern Rec...

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


How can i find out homogeneity of an image?
I try on this code homogeneity = graycoprops(graycomatrix(img), 'Homogeneity') but can't find out.please help me with sour...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


How can I find out Correlation between two image?
clc; clear all; close all; a=imread('1.jpg'); b=imread('2.jpg'); corr2(a,b); ____________::Error Occured::____________...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


Image feature extraction calculation
how can i calculate Contrast,Corelation,Homogeneity value from an image using Matlab?Please help me sharing the source code?

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


How Can i solve this problem?
clc; clear all; close all; [I,path]=uigetfile('*.jpg','select a input image'); str=strcat(path,I); s=imread(str); nu...

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

2

답변

질문


How Can I resolve this problem in my following code?
%Matlab Code % % Step 7: Visualize the Segmentation imshow(labeloverlay(I,BWfinal)) title('Mask Over Original Image') BWou...

대략 5년 전 | 답변 수: 1 | 1

1

답변

질문


Brain Tumor Segmentation using K-Means Clustering?How to Resolve the following error using Matlab 2017a and How i can declare the Guifcn function over this code?
%%%Matlab Code for K Means Segmentation function varargout = guifinal(varargin) % GUIFINAL M-file for guifinal.fig % GUIF...

대략 5년 전 | 답변 수: 1 | 2

1

답변

질문


How can I solve the following error of the code segment?
% function main clc; clear all; close all; im = imread('3.jpg'); subplot(2,1,1),imshow(im); subplot(2,1,2),imhist(im(:...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can i resolve the following error when Image Database is loaded?
File extension main.p file Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)MainGUI('pushbutton...

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

0

답변

질문


How can I load MRI Brain image Database in Matlab code Implementattion?
Image Processing

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

0

답변

질문


What will be the solution of the following error?
%%Matlab 2014a%% clc; clear all; close all; a=imread('blood.jpg'); A=imnoise(a,'gaussian',0.01); figure;...

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

2

답변

질문


How can I resolve the following error?
clc; close all; clear all; ref=imread('blood.jpg'); I=rgb2gray(ref); n=size(I); A=imnoise(I,'speckle',0.04);...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I resolve the following error?
ref = imread('6.jpg'); imshow(ref) A = imnoise(ref,'salt & pepper', 0.02); imshow(A) err = immse(A, ref); fprintf('\n The m...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can i resolve this error?
clc; % Clear the command window. close all; % Close all figures (except those of imtool.) clea...

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

2

답변

질문


How can i resolve the following error in Matlab code in "main.m" file
Reference to non-existent field 'Area'. Error in main (line 71) area(i) = stats(i).Area;

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

0

답변